From e82508cc588e0057937493f7bdf9b8f5b59bb2d4 Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Wed, 8 Jan 2025 15:31:16 +0100 Subject: [PATCH 1/5] tests(lb): clean flex ips + add delete waiter --- .../namespaces/lb/v1/custom_backend_test.go | 9 + .../lb/v1/custom_certificate_test.go | 7 +- .../namespaces/lb/v1/custom_frontend_test.go | 1 + internal/namespaces/lb/v1/custom_lb.go | 22 + internal/namespaces/lb/v1/custom_lb_test.go | 36 +- .../lb/v1/custom_private_network_test.go | 3 +- internal/namespaces/lb/v1/helper_test.go | 6 +- ...s-with-instance-id-public-ip.cassette.yaml | 4902 +++++++------- ...-servers-with-instance-id-public-ip.golden | 40 +- ...end-servers-with-instance-id.cassette.yaml | 4646 +++++++------- ...dd-backend-servers-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 4824 +++++++------- ...servers-with-instance-tag-public-ip.golden | 42 +- ...nd-servers-with-instance-tag.cassette.yaml | 4666 +++++++------- ...d-backend-servers-with-instance-tag.golden | 6 +- ...d-with-instance-id-public-ip.cassette.yaml | 5608 +++++++---------- ...-backend-with-instance-id-public-ip.golden | 40 +- ...ate-backend-with-instance-id.cassette.yaml | 4288 ++++++------- ...est-create-backend-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 4458 ++++++------- ...backend-with-instance-tag-public-ip.golden | 42 +- ...te-backend-with-instance-tag.cassette.yaml | 4514 ++++++------- ...st-create-backend-with-instance-tag.golden | 6 +- ...st-create-certificate-import.cassette.yaml | 442 +- .../test-create-certificate-import.golden | 34 +- .../test-create-lb-simple.cassette.yaml | 358 +- .../v1/testdata/test-create-lb-simple.golden | 26 +- .../test-get-backend-simple.cassette.yaml | 2628 ++++---- .../testdata/test-get-backend-simple.golden | 42 +- .../test-get-frontend-simple.cassette.yaml | 2676 ++++---- .../testdata/test-get-frontend-simple.golden | 64 +- .../testdata/test-get-lb-simple.cassette.yaml | 396 +- .../lb/v1/testdata/test-get-lb-simple.golden | 26 +- .../test-get-stats-simple.cassette.yaml | 2732 ++++---- .../v1/testdata/test-get-stats-simple.golden | 10 +- ...st-lb-private-network-simple.cassette.yaml | 450 +- ...test-list-lb-private-network-simple.golden | 16 +- .../test-list-lb-simple.cassette.yaml | 384 +- .../lb/v1/testdata/test-list-lb-simple.golden | 46 +- ...test-update-lb-ipv6-assigned.cassette.yaml | 482 +- .../test-update-lb-ipv6-assigned.golden | 34 +- .../test-update-lb-ipv6ipid.cassette.yaml | 550 +- .../testdata/test-update-lb-ipv6ipid.golden | 34 +- .../test-wait-lb-simple.cassette.yaml | 348 +- .../lb/v1/testdata/test-wait-lb-simple.golden | 26 +- 45 files changed, 26733 insertions(+), 23249 deletions(-) diff --git a/internal/namespaces/lb/v1/custom_backend_test.go b/internal/namespaces/lb/v1/custom_backend_test.go index 0e1c0f5b1e..3478b7ae17 100644 --- a/internal/namespaces/lb/v1/custom_backend_test.go +++ b/internal/namespaces/lb/v1/custom_backend_test.go @@ -25,6 +25,7 @@ func Test_GetBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } @@ -44,6 +45,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -58,6 +60,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -72,6 +75,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -86,6 +90,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) } @@ -106,6 +111,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -121,6 +127,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -136,6 +143,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -151,6 +159,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_certificate_test.go b/internal/namespaces/lb/v1/custom_certificate_test.go index d4bc92d6c0..607e92de0a 100644 --- a/internal/namespaces/lb/v1/custom_certificate_test.go +++ b/internal/namespaces/lb/v1/custom_certificate_test.go @@ -108,8 +108,11 @@ FKQ9WcK8j+KuYrWQJihn/omlWXSQ+zs12N7yKVLVRuY8aw4XuWZwvuu4EkRLYcUD "scw", "lb", "certificate", "create", "lb-id={{ .LB.ID }}", "custom-certificate-chain=" + customCertificateChain, }, - Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), TmpHomeDir: true, })) } diff --git a/internal/namespaces/lb/v1/custom_frontend_test.go b/internal/namespaces/lb/v1/custom_frontend_test.go index d690413243..92a6c20d56 100644 --- a/internal/namespaces/lb/v1/custom_frontend_test.go +++ b/internal/namespaces/lb/v1/custom_frontend_test.go @@ -25,6 +25,7 @@ func Test_GetFrontend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_lb.go b/internal/namespaces/lb/v1/custom_lb.go index f5258aed35..686f1984f0 100644 --- a/internal/namespaces/lb/v1/custom_lb.go +++ b/internal/namespaces/lb/v1/custom_lb.go @@ -2,6 +2,8 @@ package lb import ( "context" + "errors" + "net/http" "reflect" "strings" "time" @@ -223,6 +225,26 @@ func lbUpdateBuilder(c *core.Command) *core.Command { } func lbDeleteBuilder(c *core.Command) *core.Command { + c.WaitFunc = func(ctx context.Context, argsI interface{}, respI interface{}) (interface{}, error) { + api := lb.NewZonedAPI(core.ExtractClient(ctx)) + waitForLb, err := api.WaitForLb(&lb.ZonedAPIWaitForLBRequest{ + LBID: argsI.(*lb.ZonedAPIDeleteLBRequest).LBID, + Zone: argsI.(*lb.ZonedAPIDeleteLBRequest).Zone, + RetryInterval: core.DefaultRetryInterval, + }) + if err != nil { + notFoundError := &scw.ResourceNotFoundError{} + responseError := &scw.ResponseError{} + if errors.As(err, &responseError) && responseError.StatusCode == http.StatusNotFound || errors.As(err, ¬FoundError) { + return &core.SuccessResult{ + Resource: "lb", + Verb: "delete", + }, nil + } + return nil, err + } + return waitForLb, nil + } c.Interceptor = interceptLB() return c } diff --git a/internal/namespaces/lb/v1/custom_lb_test.go b/internal/namespaces/lb/v1/custom_lb_test.go index 808adbbec5..64fe916b14 100644 --- a/internal/namespaces/lb/v1/custom_lb_test.go +++ b/internal/namespaces/lb/v1/custom_lb_test.go @@ -16,16 +16,22 @@ func Test_ListLB(t *testing.T) { BeforeFunc: createLB(), Cmd: "scw lb lb list", Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } func Test_CreateLB(t *testing.T) { t.Run("Simple", core.Test(&core.TestConfig{ - Commands: lb.GetCommands(), - Cmd: "scw lb lb create name=foobar description=foobar --wait", - Check: core.TestCheckGolden(), - AfterFunc: core.ExecAfterCmd("scw lb lb delete {{ .CmdResult.ID }}"), + Commands: lb.GetCommands(), + Cmd: "scw lb lb create name=foobar description=foobar --wait", + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + core.ExecAfterCmd("scw lb lb delete {{ .CmdResult.ID }} --wait"), + core.ExecAfterCmd("scw lb ip delete {{ (index .CmdResult.IP 0).ID }}"), + ), })) } @@ -35,7 +41,10 @@ func Test_GetLB(t *testing.T) { BeforeFunc: createLB(), Cmd: "scw lb lb get {{ .LB.ID }}", Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } @@ -48,7 +57,10 @@ func Test_UpdateLBIPv6(t *testing.T) { core.TestCheckExitCode(0), core.TestCheckGolden(), ), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) t.Run("IPID", core.Test(&core.TestConfig{ @@ -73,9 +85,12 @@ func Test_WaitLB(t *testing.T) { "LB", "scw lb lb create name=cli-test description=cli-test", ), - Cmd: "scw lb lb wait {{ .LB.ID }}", - Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + Cmd: "scw lb lb wait {{ .LB.ID }}", + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } @@ -104,6 +119,7 @@ func Test_GetStats(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_private_network_test.go b/internal/namespaces/lb/v1/custom_private_network_test.go index 315392df04..cdad4f4430 100644 --- a/internal/namespaces/lb/v1/custom_private_network_test.go +++ b/internal/namespaces/lb/v1/custom_private_network_test.go @@ -27,11 +27,12 @@ func Test_ListLBPrivateNetwork(t *testing.T) { deleteLB(), core.AfterFuncWhenUpdatingCassette( func(_ *core.AfterFuncCtx) error { - time.Sleep(10 * time.Second) + time.Sleep(1 * time.Minute) return nil }, ), deletePN(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/helper_test.go b/internal/namespaces/lb/v1/helper_test.go index 0c6255be23..e8fa57cefc 100644 --- a/internal/namespaces/lb/v1/helper_test.go +++ b/internal/namespaces/lb/v1/helper_test.go @@ -21,7 +21,11 @@ func createLB() core.BeforeFunc { } func deleteLB() core.AfterFunc { - return core.ExecAfterCmd("scw lb lb delete {{ .LB.ID }}") + return core.ExecAfterCmd("scw lb lb delete {{ .LB.ID }} --wait") +} + +func deleteLBFlexibleIP() core.AfterFunc { + return core.ExecAfterCmd("scw lb ip delete {{ (index .LB.IP 0).ID }}") } func createInstance() core.BeforeFunc { diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml index 28fdb2d737..84cca2f60c 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139242Z","updated_at":"2024-07-05T13:21:45.717139242Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139242Z","updated_at":"2024-07-05T13:21:45.717139242Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "875" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed03533f-90e6-4ef5-b128-6be0371cf024 + - 580ac417-c04a-419a-bc89-80bb8d3bc443 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:45.977332Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:45.983679Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:45.977332Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:45.983679Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:46 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a183ef5-afa0-47fe-9cc0-cd725a95c7c6 + - 4f70c818-65b3-4417-b91d-9497da5ceb88 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:47.819086Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:45.983679Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:47.819086Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:45.983679Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1068" + - "1107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:48 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c6e0f25-cc1f-4ee4-869d-a9cbfc954493 + - fe917e58-f36c-4f90-a140-803b976f678f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:47.819086Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:21:47.819086Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1065" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c2a7865-6b6f-4e44-9a7d-c6612b2c18ab - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - 2e4c32a9-1647-4cce-bc4c-da50faa19fb8 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - 0c0b8023-e0f1-439d-9569-42dbb6847bfa + - f632f060-fcda-4f71-bf53-304e859c9780 status: 200 OK code: 200 duration: "" @@ -211,926 +215,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1142,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48b83d92-a0fe-4fae-95a2-2b02132d1c05 + - 08598bed-0f71-463a-beb6-0105f082e62d X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1505,124 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5e0d74d2-8f45-4a83-8f8e-fcbf26581ce0 + - 77634480-e67c-452b-8416-ddaf90327503 X-Total-Count: - - "66" + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b23908ff-2785-4ca0-8bd9-6340bbeda262 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f881f96b-a826-4187-96fc-d48450832f7e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}}' + body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}}' + body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' headers: Content-Length: - "365" @@ -1503,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/4a9543b0-79e7-427f-a648-58d85e6fd199 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ca456f3e-9a61-4d00-b6ee-751d58d5e8aa Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1643,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3794ef5f-6c4f-4ac9-8a15-efac80dec92d + - cc3f947a-c545-4234-ab32-074e811c4e91 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, - "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], - "mac_address": "de:00:00:5f:a3:b1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.623612+00:00", "modification_date": - "2024-07-05T13:21:51.623612+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, - "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], - "mac_address": "de:00:00:5f:a3:b1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.623612+00:00", "modification_date": - "2024-07-05T13:21:51.623612+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3150" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbefca49-9c5f-459b-ab7f-66fdea1d61ef + - 6da44c1d-0d0f-4e5a-99ba-e5a17dd922e3 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "bcd1de2d-c756-43bd-8cdc-c8445f4809e0", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action", - "href_result": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3", "started_at": - "2024-07-05T13:21:52.240563+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action method: POST response: - body: '{"task": {"id": "bcd1de2d-c756-43bd-8cdc-c8445f4809e0", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action", - "href_result": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3", "started_at": - "2024-07-05T13:21:52.240563+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:52 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bcd1de2d-c756-43bd-8cdc-c8445f4809e0 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8e91de5a-a78f-44a6-85b3-b895a3e65eee Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1781,755 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2440a5ea-1a6f-47e1-a5cf-7a1720f92c49 + - a24232fd-2b8c-456a-a9ed-2379c15e8e0d status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2659" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:15 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8d8093a7-f284-416f-a145-f5861d84b582 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:20 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a33f4d6f-1065-4c99-9856-402cc9c18cb0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:25 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dd89da4a-134f-498b-894c-bce8cf78b519 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2789" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 793dd05b-e5cb-4cce-82c1-90286262a314 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4/backends + method: POST + response: + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' + headers: + Content-Length: + - "1969" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7ff3c947-97e1-48b9-a10b-a86bb4500381 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2789" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2a6c3652-3d80-4b52-84cd-ed9a52e463a5 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/b750f771-b292-4d77-a8fb-719b6c829fd4/servers + method: POST + response: + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' + headers: + Content-Length: + - "1981" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b6675da4-ce3f-45b8-8024-db89b86157de + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + method: GET + response: + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1102" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 112e3d48-b0d7-4433-85a6-f01bc2df9692 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4?release_ip=false + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c9c9eb35-1048-4b87-aed5-d20edefc77b6 + status: 204 No Content + code: 204 + duration: "" +- request: + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + method: GET + response: + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "3172" + - "1106" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:52 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +2537,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c13c34da-812f-4eb5-97a6-e2cf47532499 + - 30019212-109a-4cee-b9da-2189b4645fdb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "3271" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:57 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +2569,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db943c74-3181-4be7-b441-6164603aac37 - status: 200 OK - code: 200 + - d26dd25c-3302-4d3f-99b3-b766e718cde4 + status: 404 Not Found + code: 404 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:52.063818+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3271" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:02 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2663,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d350f1fc-2ade-425c-96d4-ed0198f5bfb7 + - 1716e246-f415-4199-a7de-642c22cdf664 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3302" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,33 +2757,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ceba6e69-60ec-40e5-bab1-bc67e279655f + - 8f84c976-85bd-4da2-9aa5-0d1ad5c57105 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"37e8127f-739b-4d02-a761-48037fd77441","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.240117989Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:08.212052492Z","updated_at":"2024-07-05T13:22:08.212052492Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action method: POST response: - body: '{"id":"37e8127f-739b-4d02-a761-48037fd77441","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.240117989Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:08.212052492Z","updated_at":"2024-07-05T13:22:08.212052492Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "1902" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:33 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b44431be-84b7-45c0-bcfd-61acff2e694d Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2113,169 +2801,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bc76b6c0-7f40-47ec-ad69-a412f4cf4b5c - status: 200 OK - code: 200 + - ccb11d61-ef29-48ae-8089-44058a633c4d + status: 202 Accepted + code: 202 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "3302" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:22:08 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: - - aec62bc6-9786-4bd4-8a67-726250c141c5 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"37e8127f-739b-4d02-a761-48037fd77441","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.98.165"],"lb":{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.723777939Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:08.212052Z","updated_at":"2024-07-05T13:22:08.698784241Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":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/lb/v1/zones/fr-par-1/backends/37e8127f-739b-4d02-a761-48037fd77441/servers - method: POST - response: - body: '{"id":"37e8127f-739b-4d02-a761-48037fd77441","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.98.165"],"lb":{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.723777939Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:08.212052Z","updated_at":"2024-07-05T13:22:08.698784241Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' - headers: - Content-Length: - - "1914" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:22:08 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: - - ceaa1504-7179-4276-bee4-c975d79bdc93 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.723778Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7 - method: GET - response: - body: '{"id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"c236369b-4b72-4663-a8db-cca1c6ae7881","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:41.713727Z","updated_at":"2024-07-05T13:22:08.723778Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"6b2979b6-660b-4aec-ae38-adbd7b949dc6","ip_address":"51.158.58.47","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"9e6e5d4b-ce3e-489e-8537-fe849801d3f7","reverse":"51-158-58-47.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.717139Z","updated_at":"2024-07-05T13:21:49.025723Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "1067" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2283,133 +2895,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50b114cc-368b-4c31-bd4b-7d3566456fe0 + - 8136415a-1898-4acc-9885-b419190a0fc6 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/lb/v1/zones/fr-par-1/lbs/9e6e5d4b-ce3e-489e-8537-fe849801d3f7?release_ip=false - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:22:09 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: - - a30feddb-4af1-498b-a1d5-b85f4e0ba34f - status: 204 No Content - code: 204 - duration: "" -- request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3302" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:09 GMT + - Wed, 08 Jan 2025 14:23:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2417,103 +2989,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 906252c6-a26f-4614-af63-822bf6063dbf + - 8ce63358-f1db-4b87-b1f9-3a07a9fa9558 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:03.722061+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3302" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2521,147 +3083,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbd8058f-6541-49f9-9c40-1128b48bc137 + - 92df0f8e-7386-4a0a-98f9-c7c90b7531c5 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "53aa1cb1-73c5-42ac-a990-8046428edb26", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action", - "href_result": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3", "started_at": - "2024-07-05T13:22:09.717613+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action - method: POST - response: - body: '{"task": {"id": "53aa1cb1-73c5-42ac-a990-8046428edb26", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3/action", - "href_result": "/servers/5cf855de-bace-4b7a-808a-2591f028d8d3", "started_at": - "2024-07-05T13:22:09.717613+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' - headers: - Content-Length: - - "348" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:22:09 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/53aa1cb1-73c5-42ac-a990-8046428edb26 - 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: - - aa13f376-fb14-4c37-963c-a13168d98de0 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3277" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:09 GMT + - Wed, 08 Jan 2025 14:23:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2669,103 +3177,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cee8c0f-4f76-4c95-8d21-01dd172174bb + - b2bfa6d6-115c-468f-8abd-6642d17f0424 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:14 GMT + - Wed, 08 Jan 2025 14:23:55 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2773,103 +3271,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f726b4b0-251f-4b35-8b1b-6be0042641ab + - f6d8a206-b52b-4409-9b1a-13763cb16c15 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:20 GMT + - Wed, 08 Jan 2025 14:24:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2877,103 +3365,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c857c4a-42b2-41f4-9bdf-07682fa90b43 + - 4b00123c-2f0d-4a4e-ad30-3915fda0713a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:25 GMT + - Wed, 08 Jan 2025 14:24:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2981,103 +3459,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0cda293-a275-4452-9692-1d2aebc4f396 + - e07ed758-81a7-4c8f-b79a-685c2350a7b3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:30 GMT + - Wed, 08 Jan 2025 14:24:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3085,103 +3553,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4b24d25-ec00-4407-8fd8-0968fa12cc75 + - 31226e46-9f4c-476a-9e77-68dc3b2c0676 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:35 GMT + - Wed, 08 Jan 2025 14:24:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3189,103 +3647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4ef214b-46b2-4ecd-acf5-e08ccfb5e173 + - e0030e61-5fc8-4d58-a212-20ea969919a5 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:40 GMT + - Wed, 08 Jan 2025 14:24:21 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3293,103 +3741,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d417b19-cdb2-4e9d-a12b-dada532f9fc1 + - 5795e3bb-966d-4a09-be88-78b1c933b546 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:46 GMT + - Wed, 08 Jan 2025 14:24:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3397,103 +3835,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa0fa493-0901-4b57-adec-abaff12cad65 + - 0f34cd10-88dc-4d4f-9897-68e842bce274 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:50 GMT + - Wed, 08 Jan 2025 14:24:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3501,103 +3929,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f82281c5-ca13-4894-ab36-6bb2f1f647b3 + - 831d4335-fa8d-476c-a722-99ab51604bfd status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": - "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", - "address": "51.158.98.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], "mac_address": "de:00:00:5f:a3:b1", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:22:09.405728+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "31", "hypervisor_id": "103", "node_id": "12"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3262" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:56 GMT + - Wed, 08 Jan 2025 14:24:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3605,101 +4023,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98ab6841-ec4e-469e-83a8-230584f436d0 + - 79e8bfcb-69f4-45f1-8e36-7cbbb4a83520 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, - "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], - "mac_address": "de:00:00:5f:a3:b1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.623612+00:00", "modification_date": - "2024-07-05T13:22:58.126216+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-jolly-banach", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0d6ecce4-1849-49af-aeb6-978173ef9135", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "5cf855de-bace-4b7a-808a-2591f028d8d3", "name": "cli-srv-jolly-banach"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.623612+00:00", - "modification_date": "2024-07-05T13:21:51.623612+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}, - "public_ips": [{"id": "4a9543b0-79e7-427f-a648-58d85e6fd199", "address": "51.158.98.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "21ca8df4-07e0-4ef2-a07c-c66cd2933d36"}], - "mac_address": "de:00:00:5f:a3:b1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.623612+00:00", "modification_date": - "2024-07-05T13:22:58.126216+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3150" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:02 GMT + - Wed, 08 Jan 2025 14:24:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3707,7 +4113,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3a1179f-9759-41ac-b885-a7306266dff9 + - 3ff7b998-3fdb-4d72-8006-759a87253006 status: 200 OK code: 200 duration: "" @@ -3716,8 +4122,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5cf855de-bace-4b7a-808a-2591f028d8d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:42 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b723b07d-008d-49e9-a15e-8b806a29e0cc + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c5051ab9-4de9-466f-828f-0aabd38c9aa9 method: DELETE response: body: "" @@ -3727,9 +4163,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:02 GMT + - Wed, 08 Jan 2025 14:24:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3737,7 +4173,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bdacd34e-f5f6-4e06-b044-7b7a217a16e3 + - b224050f-bd3e-4a32-82f6-94d5628e195c status: 204 No Content code: 204 duration: "" @@ -3746,8 +4182,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0d6ecce4-1849-49af-aeb6-978173ef9135 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 method: DELETE response: body: "" @@ -3757,9 +4193,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:02 GMT + - Wed, 08 Jan 2025 14:24:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3767,7 +4203,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19bec70d-3cea-40f5-b24f-dda75643cd12 + - beb34cc7-a2ca-40c8-9f11-f78636f577ff status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden index 65c41d04fc..79a829a0cb 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 37e8127f-739b-4d02-a761-48037fd77441 +ID b750f771-b292-4d77-a8fb-719b6c829fd4 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.98.165] +[51.15.141.108] Lb: -ID 9e6e5d4b-ce3e-489e-8537-fe849801d3f7 +ID 5eb96da4-5984-428b-8f0b-fae6057511c4 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -6b2979b6-660b-4aec-ae38-adbd7b949dc6 51.158.58.47 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 9e6e5d4b-ce3e-489e-8537-fe849801d3f7 51-158-58-47.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +6996152a-3714-4597-bbb1-6344a16e86e4 51.159.206.195 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 5eb96da4-5984-428b-8f0b-fae6057511c4 51-159-206-195.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -c236369b-4b72-4663-a8db-cca1c6ae7881 pending - few seconds ago few seconds ago fr-par fr-par-1 +f03d658e-af64-47ca-a9a3-b0c845d2c6b4 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "37e8127f-739b-4d02-a761-48037fd77441", + "id": "b750f771-b292-4d77-a8fb-719b6c829fd4", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ c236369b-4b72-4663-a8db-cca1c6ae7881 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.158.98.165" + "51.15.141.108" ], "lb": { - "id": "9e6e5d4b-ce3e-489e-8537-fe849801d3f7", + "id": "5eb96da4-5984-428b-8f0b-fae6057511c4", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "c236369b-4b72-4663-a8db-cca1c6ae7881", + "id": "f03d658e-af64-47ca-a9a3-b0c845d2c6b4", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ c236369b-4b72-4663-a8db-cca1c6ae7881 pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "6b2979b6-660b-4aec-ae38-adbd7b949dc6", - "ip_address": "51.158.58.47", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "9e6e5d4b-ce3e-489e-8537-fe849801d3f7", - "reverse": "51-158-58-47.lb.fr-par.scw.cloud", + "id": "6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address": "51.159.206.195", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse": "51-159-206-195.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml index b461be4ac3..936aac26a2 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784475Z","updated_at":"2024-07-05T13:21:45.714784475Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", + "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784475Z","updated_at":"2024-07-05T13:21:45.714784475Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", + "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "877" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ce1f322-b66e-4a3e-8e39-056f4f726f30 + - 564f8933-74e3-418b-b637-5eecfb4075cd status: 200 OK code: 200 duration: "" - request: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:46.003631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:46.015616Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:46.003631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:46.015616Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:46 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 941e35be-c54a-42e9-90a3-f94dc8d072d9 + - a1ce32ea-d29e-4580-82f7-64a9c64269d1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:47.749499Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:46.015616Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:47.749499Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:46.015616Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:48 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31a847a7-ec50-480e-a642-fe3e9e80e494 + - b34224ad-3de4-4dfc-956e-882ed4ded315 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:47.749499Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:21:47.749499Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b68a755-b483-4d2b-acbf-84a20a53c282 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - ccd09b92-14d3-42a6-b09f-289aa6c2f60d - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - a24f23bb-34ba-440f-92bb-975895227c64 + - 29d57410-db82-483a-aa78-0083345882ee status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4a21a5c-8cf8-4b8a-afff-8f5df15fb3d1 + - b95065ad-d94c-44c4-b753-c0c0c9364131 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,43 +1509,137 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2491e208-acec-4521-880f-fb4d0bb8c61a + - e18dd8c1-f092-41f6-a1ed-2769b1a2b79f X-Total-Count: - - "66" + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cc33a70e-961b-4a14-b6a1-2cc27415207b + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 562d67b4-296b-4f03-be7d-2972547632c3 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}}' + body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}}' + body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' headers: Content-Length: - - "365" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ae839a69-c851-442f-9ce1-5c9228f008bd + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/87c0ba20-8af1-4281-bc0b-6553e4f46760 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7972494a-f15b-4d3d-a135-2d5f9a5c38e7 + - 60e3db9d-d2a9-4bc3-84e7-acc41ecef3e4 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, - "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], - "mac_address": "de:00:00:5f:a3:a9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.219433+00:00", "modification_date": - "2024-07-05T13:21:51.219433+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, - "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], - "mac_address": "de:00:00:5f:a3:a9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.219433+00:00", "modification_date": - "2024-07-05T13:21:51.219433+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3162" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9da57ec-25c3-484c-befe-86f58147b51c + - 6b64736e-3bdf-4ea2-9e82-582ce4a0d84d status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "90330dd8-e00b-4f76-be6d-3c4e50306c32", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/e176275a-656d-477d-a548-b48c957fd2a2/action", - "href_result": "/servers/e176275a-656d-477d-a548-b48c957fd2a2", "started_at": - "2024-07-05T13:21:52.091264+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action method: POST response: - body: '{"task": {"id": "90330dd8-e00b-4f76-be6d-3c4e50306c32", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/e176275a-656d-477d-a548-b48c957fd2a2/action", - "href_result": "/servers/e176275a-656d-477d-a548-b48c957fd2a2", "started_at": - "2024-07-05T13:21:52.091264+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/90330dd8-e00b-4f76-be6d-3c4e50306c32 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/58ef0250-d973-4552-971a-a74146c584d8 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1785,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 030fdfb0-368a-4cd9-a9cd-647f9309f47b + - 48899600-d48f-4732-bc9a-b6ae0c4bc24d status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET + response: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2670" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b2bf8c34-d7ea-4a3d-b80c-15f3c9c29fe6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3184" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1969,263 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1402e7e5-82a8-4734-8707-48ffbd7ac618 + - abd9a67d-7acd-473d-9bf1-2869a8c6fe35 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2769" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 34be524b-aa28-4b0e-a8a3-9e5833e1e4ef + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET + response: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2800" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c8b5e87b-e433-4450-8811-b53ba45766b2 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a/backends + method: POST + response: + body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "3283" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:56 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +2233,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8408275a-f7fd-4903-99f3-acdd101abbf4 + - 0353c5dc-2027-477f-96b7-4e5850bc8a72 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.756335+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:02 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2327,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - afc8aca5-2a69-4106-ba4c-8783b2a9a750 + - 6cc27be9-7e41-45bd-8853-ab3d8a76f8e4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "3314" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,33 +2381,83 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cde7fb87-bdf2-4688-970f-31f038f0fde8 + - f3ce1876-2672-409b-a911-68377c3a6b38 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"8451de9d-13f1-4be3-88b6-39360c7f4776","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:22:07.797585112Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:07.771342222Z","updated_at":"2024-07-05T13:22:07.771342222Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: "" form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a?release_ip=false + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Wed, 08 Jan 2025 14:23:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 47183b02-1b84-4f5d-9539-65bd33227a94 + status: 204 No Content + code: 204 + duration: "" +- request: + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82/backends - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + method: GET response: - body: '{"id":"8451de9d-13f1-4be3-88b6-39360c7f4776","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:22:07.797585112Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:07.771342222Z","updated_at":"2024-07-05T13:22:07.771342222Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1904" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2113,103 +2465,125 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4dfc7bc6-1381-456a-af65-1ed4b151ed8d + - f767f51a-6360-4f8c-99c8-b7bc99aba452 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7f96e218-55c7-4663-9938-fe6df12f3b96 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3314" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2217,31 +2591,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2fda300-e4af-45b3-9be0-6c717a4a0a44 + - 6bd10049-abc9-4389-980b-8e24c0a25733 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:22:08.053652Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"bf1646f4-1f53-4a53-a527-d8e79e9fc4b4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:40.156952Z","updated_at":"2024-07-05T13:22:08.053652Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"73078133-e8e8-45e9-a56f-bd2787d5b7e5","ip_address":"51.158.57.238","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"2d0b2810-b9d6-41ea-b007-f3d6d5764b82","reverse":"51-158-57-238.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.714784Z","updated_at":"2024-07-05T13:21:49.034443Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "1067" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2249,29 +2685,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a413d593-db5d-46ff-a906-502e2ce948b3 + - 6e2f8c69-7ba5-47cd-88d5-988e31b47051 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/2d0b2810-b9d6-41ea-b007-f3d6d5764b82?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action + method: POST response: - body: "" + body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: + Content-Length: + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:32 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5d263d94-2ffa-4e96-b0da-fd33d13164c1 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2279,103 +2729,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbb8796c-7822-4152-a1cf-a8d3126a9ad5 - status: 204 No Content - code: 204 + - 66d8aaea-a41f-4d85-9b37-7f7ad1958e4c + status: 202 Accepted + code: 202 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3314" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2383,103 +2823,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ef4d680-85a9-4e00-bdd9-bdec566e9544 + - af851ee0-0ef6-427f-9d6f-d72817cdf878 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:05.782150+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3314" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,43 +2917,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0be93fde-d59b-4bf1-9045-8c04727bca00 + - d662e01d-c86a-42f9-81df-5eae0fa5a07b status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "898bf6c7-2676-46f9-b3b3-ee2244ba2ba0", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/e176275a-656d-477d-a548-b48c957fd2a2/action", - "href_result": "/servers/e176275a-656d-477d-a548-b48c957fd2a2", "started_at": - "2024-07-05T13:22:08.995287+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2/action - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET response: - body: '{"task": {"id": "898bf6c7-2676-46f9-b3b3-ee2244ba2ba0", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/e176275a-656d-477d-a548-b48c957fd2a2/action", - "href_result": "/servers/e176275a-656d-477d-a548-b48c957fd2a2", "started_at": - "2024-07-05T13:22:08.995287+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/898bf6c7-2676-46f9-b3b3-ee2244ba2ba0 + - Wed, 08 Jan 2025 14:23:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2531,103 +3011,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b15bcdce-b3b9-4cbe-9246-821f0775f92d - status: 202 Accepted - code: 202 + - a917b235-483c-4582-8a5c-e5f0a19d75ef + status: 200 OK + code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3289" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:08 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2635,103 +3105,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b34f4fce-4158-4cf8-8029-240d85d68d6a + - 044ad62d-bbc7-40ac-be2e-564a1fd0b46f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2739,103 +3199,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e56e3063-3bb8-4628-ab88-838ad688deb8 + - 514449d1-2345-44c9-b431-780e4bab80cb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:18 GMT + - Wed, 08 Jan 2025 14:23:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2843,103 +3293,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 187f09a9-038d-40c2-ad51-d123db7cac02 + - 5f4b7da4-7c3c-4b60-8bf0-48defb32a02f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:24 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2947,103 +3387,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7872c1df-d699-41cd-8864-c9488bdc8eee + - 5bfe1a47-c1ba-4bea-a2b2-89ee90f96d93 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:29 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3051,103 +3481,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9523615-1377-4f9d-b0a2-95253d199708 + - ffb42812-b5ff-43ff-9baf-8e5655283459 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:34 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3155,103 +3575,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b843eb02-e2bf-451f-8799-f17a875e3343 + - b9a777e7-ec98-484c-bcfa-688958f18b4e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:39 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3259,103 +3669,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de46a323-003d-46bc-a1bd-8d1a37b31a37 + - fa480ac0-e205-4e8e-8035-17580693c05b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:45 GMT + - Wed, 08 Jan 2025 14:24:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3363,103 +3763,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 578fa462-2894-4e60-84f2-4a87d1994e68 + - c4a4a4a5-79e5-4af3-8cc8-5c6588594b5b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:50 GMT + - Wed, 08 Jan 2025 14:24:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3467,103 +3857,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 862ab789-0f8c-4e1c-b3e7-fc9aeecb9dc3 + - 41f23bdb-bb69-4dc2-ba60-803a13f08dff status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": - "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", - "address": "51.158.75.165", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], "mac_address": "de:00:00:5f:a3:a9", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:22:08.855280+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "93", "hypervisor_id": "103", "node_id": "16"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3274" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:55 GMT + - Wed, 08 Jan 2025 14:24:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3571,101 +3951,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef8c93d1-e558-47cb-8abc-f02358299146 + - 0376b5e9-66b3-443b-a5e0-ac1bb076b25b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, - "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], - "mac_address": "de:00:00:5f:a3:a9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.219433+00:00", "modification_date": - "2024-07-05T13:22:55.540609+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-blissful-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "fca0d1fb-0554-44fa-8578-db99edc0effb", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "e176275a-656d-477d-a548-b48c957fd2a2", "name": "cli-srv-blissful-bardeen"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.219433+00:00", - "modification_date": "2024-07-05T13:21:51.219433+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}, - "public_ips": [{"id": "ae839a69-c851-442f-9ce1-5c9228f008bd", "address": "51.158.75.165", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7f6a7e4e-b4db-47dd-8d57-1cf20bb3204f"}], - "mac_address": "de:00:00:5f:a3:a9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.219433+00:00", "modification_date": - "2024-07-05T13:22:55.540609+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3162" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:00 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3673,7 +4041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f259af07-e1df-4df3-b721-0dc0a26e2879 + - 6bfb86ae-f1f6-491e-9813-407f88b9c983 status: 200 OK code: 200 duration: "" @@ -3682,8 +4050,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e176275a-656d-477d-a548-b48c957fd2a2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c885c717-3497-4fa4-9465-4266a065b863 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/714ae8e7-7340-4c7e-bb5e-512a94e7837d method: DELETE response: body: "" @@ -3693,9 +4091,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:01 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3703,7 +4101,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bb0cd799-33cb-41ba-92dd-8358fa8edc40 + - b0fa54a1-2530-4596-8cdb-eb41114d3858 status: 204 No Content code: 204 duration: "" @@ -3712,8 +4110,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/fca0d1fb-0554-44fa-8578-db99edc0effb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -3723,9 +4121,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:01 GMT + - Wed, 08 Jan 2025 14:24:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3733,7 +4131,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c801d56-2f92-407a-84d5-3813f8075b40 + - 5081a94d-1dfc-41ba-9654-ffacd6d86ab3 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden index 6cf90b9596..011f66a350 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start e176275a-656d-477d-a548-b48c957fd2a2 +Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server e176275a-656d-477d-a548-b48c957fd2a2 (cli-srv-blissful-bardeen) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start e176275a-656d-477d-a548-b48c957fd2a2" + "message": "server 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 (cli-srv-happy-lamport) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6" } diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml index bf2cc56ad9..1658509b72 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725262589Z","updated_at":"2024-07-05T13:21:45.725262589Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", + "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725262589Z","updated_at":"2024-07-05T13:21:45.725262589Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", + "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "879" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84e20bbb-12ab-4d15-b947-e7eb9f9eb4df + - 4f5ee6e7-777f-4e7d-8e57-a9d57f1138b4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:45.961988Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:45.968813Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:45.961988Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:45.968813Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1074" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:46 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8fa8588-3d34-4ded-a32a-85ffb9b505a2 + - 6ea8c4c6-72fe-44cf-aa9e-8e3eb4aba359 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:47.802615Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:45.968813Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:47.802615Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:45.968813Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:48 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32f87c1b-da2d-4696-b2b5-a86824011c28 + - 9ba0bfb8-e9eb-4c3f-92d8-1dac46aea9ba status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:47.802615Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:21:47.802615Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c29e326-668b-49cb-b5b9-64bbb677a84a - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - 1c803127-df45-477a-bcee-83960ca6f4ee - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21:49 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: - - 84a7ffb6-7c26-4c2f-be7f-2764bc721711 + - 55843097-66a3-48f3-bb6a-8b749d3e0aad status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e6523dc-3ed3-4a70-b282-366c37833182 + - 76e2aea1-732d-4526-946a-faae2767a474 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1509,124 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 857fac0a-0b1f-4190-8744-21262f43e4c2 + - 3bf703ae-4cea-4021-a515-e2334cd7ec1e X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}}' + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 15bcfbf5-9666-4102-8420-74dbfea1e0fb + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - aa800866-a03d-45c3-ac69-71dfddaa5a0a + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}}' + body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' headers: Content-Length: - "364" @@ -1503,11 +1635,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/88f6096e-41b9-45df-a8d5-cee22882907f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/301fb53b-6635-431f-bf84-1eeff435d054 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50c0219d-8c69-4d39-acdf-54250e7f69e5 + - 99b1e606-b734-46bf-8c34-31766244bade status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, - "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], - "mac_address": "de:00:00:5f:a3:ad", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.267064+00:00", "modification_date": - "2024-07-05T13:21:51.267064+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, - "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], - "mac_address": "de:00:00:5f:a3:ad", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.267064+00:00", "modification_date": - "2024-07-05T13:21:51.267064+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3162" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f0af7b6-2256-403b-b3cb-adbb820243e7 + - 4da25e08-8258-4c95-a8a3-6c9699e9bdbf status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "ebfd523c-9f28-47a1-a38c-fea230898a57", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/8052c850-418f-44fb-ab17-650f31e188d3/action", - "href_result": "/servers/8052c850-418f-44fb-ab17-650f31e188d3", "started_at": - "2024-07-05T13:21:52.116812+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action method: POST response: - body: '{"task": {"id": "ebfd523c-9f28-47a1-a38c-fea230898a57", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/8052c850-418f-44fb-ab17-650f31e188d3/action", - "href_result": "/servers/8052c850-418f-44fb-ab17-650f31e188d3", "started_at": - "2024-07-05T13:21:52.116812+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/ebfd523c-9f28-47a1-a38c-fea230898a57 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6591b560-43b3-4edc-81a6-38d6ee7cb8b5 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1785,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 979b5e2d-4c8a-4010-b90e-a4651b96d61c + - 90c44861-9067-4041-ba17-58ca48564eb6 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3184" + - "2668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:52 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1875,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9bbeff48-a582-483a-8dab-174d015019c3 + - 06e9ad68-adf4-466d-80c0-bd7b28cde8d7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:57 GMT + - Wed, 08 Jan 2025 14:23:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b854b37b-a24d-4f96-8125-896cba233802 + - 7e34f0bb-0b08-411a-abc8-c05ef067ed92 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:02 GMT + - Wed, 08 Jan 2025 14:23:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e388727-98d7-4f44-bd9a-f3be959845fd + - 9d75f67d-453f-4fa5-a9a5-00e0b215368e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.752415+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3284" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,103 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54e2109e-f944-421a-abca-5f2112e9aa5d + - 9866238f-9a93-4cd2-9ce7-55efe25c683f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3315" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:12 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2183,33 +2251,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb370cba-0e76-4c5b-9a4b-314dc47436a9 + - 403ef0b0-4e40-405f-b077-69ebf7f48d3d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a1780194-3668-4203-bf2f-227766e8a17e","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:12.967937764Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.941965023Z","updated_at":"2024-07-05T13:22:12.941965023Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0/backends method: POST response: - body: '{"id":"a1780194-3668-4203-bf2f-227766e8a17e","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:12.967937764Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.941965023Z","updated_at":"2024-07-05T13:22:12.941965023Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1906" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2217,179 +2327,159 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbdb1110-d893-4768-8f95-a54aae14c822 + - 295e015d-0662-4241-a942-48fae01c9c09 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "6628" + - "5589" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:12 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2397,35 +2487,77 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 984f2643-b7b0-4993-92b5-d404c4cbae2a + - 75c9c8a2-9456-46ee-a15d-35f51064e7aa X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a1780194-3668-4203-bf2f-227766e8a17e","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.15.231.134","51.158.98.27"],"lb":{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:13.549304387Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.941965Z","updated_at":"2024-07-05T13:22:13.521034835Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/backends/a1780194-3668-4203-bf2f-227766e8a17e/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/39821ac0-afd5-43b2-a102-beb7ee13b597/servers method: POST response: - body: '{"id":"a1780194-3668-4203-bf2f-227766e8a17e","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.15.231.134","51.158.98.27"],"lb":{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:13.549304387Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.941965Z","updated_at":"2024-07-05T13:22:13.521034835Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1933" + - "1991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2433,31 +2565,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe3c8626-5e68-4e39-9b08-dfcff8a68726 + - 2e7b12c7-50eb-4525-b389-aec3a0219347 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:13.549304Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"3a488e03-b553-4492-a3fa-b318f9326a88","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:38.072433Z","updated_at":"2024-07-05T13:22:13.549304Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"7af8f439-4727-46fd-a85c-4caf14a18f56","ip_address":"195.154.197.19","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3a488e03-b553-4492-a3fa-b318f9326a88","reverse":"195-154-197-19.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.725263Z","updated_at":"2024-07-05T13:21:48.944567Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1071" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2465,7 +2619,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec7432a0-b309-43a0-963d-65e4a16cfc1d + - d1009919-3b4c-4620-a0bc-3d01c2967ecc status: 200 OK code: 200 duration: "" @@ -2474,8 +2628,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3a488e03-b553-4492-a3fa-b318f9326a88?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0?release_ip=false method: DELETE response: body: "" @@ -2485,9 +2639,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2495,103 +2649,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b4de683-2581-4b7d-a91f-995823b6d9f9 + - 7a06a6f9-2efb-4574-a6a8-b3c1eb78f7a3 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + method: GET + response: + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 66824316-2f61-4515-b8b8-66907fdb2adf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9184efc6-cb11-498b-92d1-790c598c7198 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3315" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2599,103 +2829,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dfc7736f-91d3-4dcb-b838-e83f766c5186 + - 31874f77-64b6-4578-af5b-a3e3a284e1c6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3315" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2703,43 +2923,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8591a3cb-418b-43e2-aef5-3c56b6fbdd07 + - f55aa46f-903a-447c-b737-8eb004767215 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "2b092270-08f3-445a-a5cb-b881df8891f1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/8052c850-418f-44fb-ab17-650f31e188d3/action", - "href_result": "/servers/8052c850-418f-44fb-ab17-650f31e188d3", "started_at": - "2024-07-05T13:22:14.339592+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action method: POST response: - body: '{"task": {"id": "2b092270-08f3-445a-a5cb-b881df8891f1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/8052c850-418f-44fb-ab17-650f31e188d3/action", - "href_result": "/servers/8052c850-418f-44fb-ab17-650f31e188d3", "started_at": - "2024-07-05T13:22:14.339592+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/2b092270-08f3-445a-a5cb-b881df8891f1 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3d129e92-709c-4aae-8574-a5fc6e91927e Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2747,103 +2967,281 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac4c3fa4-3164-4f2c-9408-49e0aa6241a2 + - c890f640-841a-4180-ae49-fe912f72e24c status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: GET + response: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 92197671-61df-41e1-8e45-f48d11780544 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: GET + response: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9bbcbff1-2398-425c-b95a-6513f958f3ac + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:14 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2851,103 +3249,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae8dbc42-3b36-44c7-93a1-8a5aea216bbb + - e3023b05-92e7-451a-9406-e266933871e6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:19 GMT + - Wed, 08 Jan 2025 14:23:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2955,103 +3343,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07a5547c-c034-4f56-8251-39c97ba58ccc + - cf071f93-fb33-4550-be2b-4765942f4387 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:24 GMT + - Wed, 08 Jan 2025 14:23:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3059,103 +3437,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65585406-cac9-47a6-b7d3-0067ab3abaed + - fa17c05d-0543-445e-8163-8c5afc181f16 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:29 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3163,103 +3531,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f330ad92-3fb7-48f0-ba0f-f62550999a14 + - a31ed091-0752-40dd-b10b-82e5060d5f03 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:35 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3267,103 +3625,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36c048ff-9f99-45f4-9cc2-9ec3d1974c9d + - 33ffca3d-e31d-457a-b4d9-05e8acb51343 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:39 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3371,103 +3719,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b2b73c4-b272-477d-b94f-3bbdf8de0216 + - 05d662aa-b68b-414d-b4f8-f74c45424e8e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:45 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3475,103 +3813,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46e02ab5-93b5-4c17-be36-313ff7025043 + - 6b5dac45-ae3a-4123-bd64-fcd92b8b8b37 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:50 GMT + - Wed, 08 Jan 2025 14:24:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3579,103 +3907,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60cc59e2-4d9c-4a12-b4f1-05cb13942892 + - 6133e0ef-c7c3-47d3-9d9e-fe27c587244c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:55 GMT + - Wed, 08 Jan 2025 14:24:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3683,103 +4001,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c5f3b9c-c1e2-4d55-813c-4050d284102f + - df5d86dd-7168-41f2-9a5e-547e706cb305 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:00 GMT + - Wed, 08 Jan 2025 14:24:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3787,103 +4095,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 308a41b5-8d6d-4b9d-a79f-352b64736326 + - 5daa364d-cd71-4bf6-aacd-64effe89a227 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": - "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:14.202631+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3275" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:06 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3891,101 +4189,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d10a24d-a202-4115-8229-a21f3f376591 + - 74717423-c813-440d-8ec8-9a6c204946ad status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, - "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], - "mac_address": "de:00:00:5f:a3:ad", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.267064+00:00", "modification_date": - "2024-07-05T13:23:10.690831+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, - "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", "address": "51.158.98.27", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], - "mac_address": "de:00:00:5f:a3:ad", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.267064+00:00", "modification_date": - "2024-07-05T13:23:10.690831+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3162" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:11 GMT + - Wed, 08 Jan 2025 14:24:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3993,7 +4279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f177b72-53b2-4e21-99e8-eb4837291c6e + - 1ad53fab-db50-4820-8090-fe91c27af74e status: 200 OK code: 200 duration: "" @@ -4002,8 +4288,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8052c850-418f-44fb-ab17-650f31e188d3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ef07f628-9ff2-455b-9538-b9873722e2f0 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/aa203a34-a69c-4f58-8b64-57998f1297f9 method: DELETE response: body: "" @@ -4013,9 +4329,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:12 GMT + - Wed, 08 Jan 2025 14:24:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4023,7 +4339,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c3eea4d-e5bc-4399-9538-6b49d83caed7 + - db47d6f1-22af-4bd0-a465-4030cb6647a8 status: 204 No Content code: 204 duration: "" @@ -4032,8 +4348,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/3da481ae-4970-485f-a1e5-b7c5d11e1068 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -4043,9 +4359,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:11 GMT + - Wed, 08 Jan 2025 14:24:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4053,7 +4369,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 317bdf60-465a-43ec-a9e0-642f9d454bb7 + - de65a8cd-ebb3-45fd-8a6e-04cb78ab8771 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden index 9d8b42558e..f2ff6dbe90 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID a1780194-3668-4203-bf2f-227766e8a17e +ID 39821ac0-afd5-43b2-a102-beb7ee13b597 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.15.231.134 51.158.98.27] +[51.15.136.41 51.15.225.123] Lb: -ID 3a488e03-b553-4492-a3fa-b318f9326a88 +ID 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -7af8f439-4727-46fd-a85c-4caf14a18f56 195.154.197.19 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 3a488e03-b553-4492-a3fa-b318f9326a88 195-154-197-19.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e pending - few seconds ago few seconds ago fr-par fr-par-1 +7058611d-4188-42b3-8b6d-3c3deefe52f2 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "a1780194-3668-4203-bf2f-227766e8a17e", + "id": "39821ac0-afd5-43b2-a102-beb7ee13b597", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.15.231.134", - "51.158.98.27" + "51.15.136.41", + "51.15.225.123" ], "lb": { - "id": "3a488e03-b553-4492-a3fa-b318f9326a88", + "id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e", + "id": "7058611d-4188-42b3-8b6d-3c3deefe52f2", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -91,16 +91,16 @@ e1ce4c3b-57f4-4f0e-b1fd-1d8a200c071e pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "7af8f439-4727-46fd-a85c-4caf14a18f56", - "ip_address": "195.154.197.19", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "3a488e03-b553-4492-a3fa-b318f9326a88", - "reverse": "195-154-197-19.lb.fr-par.scw.cloud", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml index 160f5116a0..2fb955c9aa 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737664731Z","updated_at":"2024-07-05T13:21:45.737664731Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737664731Z","updated_at":"2024-07-05T13:21:45.737664731Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "877" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd538cfc-4211-47a5-bf2b-940a282fe9fa + - 28222587-1f8a-4a78-ade5-04b757cdb380 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:45.968482Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:45.977409Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"unknown","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:45.968482Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:45.977409Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:46 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8c10f4c-d14b-49be-8b5c-354829aaf93c + - ca8122bf-592f-40ab-8fd4-f0c1453ec312 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:47.770378Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:45.977409Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:47.770378Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:45.977409Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:48 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e1cb7ff-63d1-491c-af6e-64f48aab7314 + - d2a0c2f7-50fa-44bd-a503-63f7968283b3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:47.770378Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:21:47.770378Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af6101d8-3fa7-4a65-b992-b60ee2248f37 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - d2ce8af2-b6de-4339-953a-9845b6114f63 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:21: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: - - 5fcf652f-126e-4af0-a452-38455035d80c + - a0955809-f4ae-40d5-b21a-a044a0176924 status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,458 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 203726e2-ec9e-4e0e-9aa6-b4e2b9a60c80 + - e16cbdf0-9da2-44ff-b18b-4310761a3e32 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - abff681a-3802-4c92-a62e-0645902e2638 + X-Total-Count: + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fc2d9c4b-fb2b-4c11-bfe9-44aa7bd4a55c + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1605,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4f0dbfe-04c4-4b1f-8a5b-9ec549979716 - X-Total-Count: - - "66" + - fd491514-c520-417a-871f-4f11ab978a70 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}}' + body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}}' + body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' headers: Content-Length: - "365" @@ -1503,11 +1635,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:50 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/fca8b329-6c0e-4f9c-aa88-d5c197b5919a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f71c779a-c8de-4690-b0cc-294e73808b15 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32380f55-a2ec-48f3-bc65-c4965933ea79 + - e4da6ae2-7c1a-47f3-ab2d-94e7a6e57801 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, - "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], - "mac_address": "de:00:00:5f:a3:ab", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.287651+00:00", "modification_date": - "2024-07-05T13:21:51.287651+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, - "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], - "mac_address": "de:00:00:5f:a3:ab", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.287651+00:00", "modification_date": - "2024-07-05T13:21:51.287651+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3167" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 637e18a3-6247-41d9-9a90-bbd4b7febc06 + - 7e1e5337-51aa-43e0-b9a7-af205a7ead7c status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "833ff734-084f-49f7-bb52-43c79ff6d5d0", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action", - "href_result": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4", "started_at": - "2024-07-05T13:21:51.914576+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action method: POST response: - body: '{"task": {"id": "833ff734-084f-49f7-bb52-43c79ff6d5d0", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action", - "href_result": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4", "started_at": - "2024-07-05T13:21:51.914576+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/833ff734-084f-49f7-bb52-43c79ff6d5d0 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/982149f5-7a6e-4ac1-b55a-f57672eff0e5 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1785,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 595f4d76-a185-4108-a223-a0c4df119680 + - 54c2eecb-319c-4157-bae9-3cd641b8f0f7 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3189" + - "2667" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:51 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1875,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 737e049a-076a-4a21-ba65-6cd7281ef5a4 + - 7d5ba4c1-df2b-4d6e-82c7-e413630e5205 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3289" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:56 GMT + - Wed, 08 Jan 2025 14:23:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4fbb8f9-1a2c-43f2-b875-1fb583e68e7e + - 82e9cd56-d70d-4e12-901f-2f12a61ad18c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3289" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:01 GMT + - Wed, 08 Jan 2025 14:23:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7378afe7-b46b-4d0a-8d68-dc51c17bac7d + - 054c0de6-3a20-4431-926c-3ee00e1d939d status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.755719+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3289" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:07 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,103 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c231b9ad-ad5d-4246-a0cf-d84300b952e6 + - 4ef933f5-2829-454a-a809-c7ceb0ff2489 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3320" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:12 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2183,33 +2251,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4cedffa-a9e2-4c80-9c90-ecb96818e7e2 + - 55e7c4a0-1cbd-4365-9899-c125f0eaedb2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d5a7793d-2a0d-4476-bac4-99e8b0fe82df","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:22:12.805090782Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.774445641Z","updated_at":"2024-07-05T13:22:12.774445641Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b/backends method: POST response: - body: '{"id":"d5a7793d-2a0d-4476-bac4-99e8b0fe82df","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"pending","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:22:12.805090782Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:22:12.774445641Z","updated_at":"2024-07-05T13:22:12.774445641Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1904" + - "1967" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:12 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2217,179 +2327,159 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4a1a4af-2b5a-4058-9383-a4f23d5f1b8c + - 2fc871c4-97ce-491f-af95-3edf7ebcfb36 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-relaxed-hermann", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "3da481ae-4970-485f-a1e5-b7c5d11e1068", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "8052c850-418f-44fb-ab17-650f31e188d3", "name": "cli-srv-relaxed-hermann"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:21:51.267064+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}, "public_ips": [{"id": "88f6096e-41b9-45df-a8d5-cee22882907f", - "address": "51.158.98.27", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bd7e0bf6-318c-417e-8e74-7087a6295a43"}], "mac_address": "de:00:00:5f:a3:ad", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.267064+00:00", - "modification_date": "2024-07-05T13:22:10.761990+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "15", "hypervisor_id": "1802", "node_id": "31"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "6628" + - "5589" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:12 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2397,33 +2487,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da306031-9410-4577-acc3-9eec85070563 + - 62ef3f49-5a50-4c24-8a04-f6fca00dd975 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:22:13.076794Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"57aa3c87-a857-4591-bad4-fb6554036fe4","status":"ready","ip_address":"","created_at":"2024-07-05T13:19:33.282971Z","updated_at":"2024-07-05T13:22:13.076794Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c39ffb00-bcbd-4f66-afc8-d01e611611a1","ip_address":"51.158.56.204","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"35b6ac1f-bb09-4c52-9597-fa3ef99d5ace","reverse":"51-158-56-204.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:21:45.737665Z","updated_at":"2024-07-05T13:21:48.945305Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2431,7 +2543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0329c8cd-771d-40f7-a0b7-87ce8e0c7138 + - c1fcadeb-899e-409b-a782-d00ee7d96d44 status: 200 OK code: 200 duration: "" @@ -2440,8 +2552,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/35b6ac1f-bb09-4c52-9597-fa3ef99d5ace?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b?release_ip=false method: DELETE response: body: "" @@ -2451,9 +2563,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2461,103 +2573,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3d8215d-2bad-4903-9272-6aa7c7e8bece + - 8c6bf3d3-fa07-4675-866d-96c3364327b6 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + method: GET + response: + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a8765f8-9f01-4afe-9231-022baaeec105 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bcf61254-d73a-4d75-ba9d-e72229630007 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3320" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2565,103 +2753,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e65495d-9f97-466c-8f99-82d71f09c229 + - 02a512af-e7bb-4a04-8fb1-e4a2706e1663 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:11.529232+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3320" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2669,43 +2847,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1792912d-8b91-49b1-a216-2956df5232be + - f1f80b19-6db8-42cf-958e-1dcb27ee9eed status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "5cf68dbc-b5bf-4d60-be18-f718610a0d1a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action", - "href_result": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4", "started_at": - "2024-07-05T13:22:13.883033+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action method: POST response: - body: '{"task": {"id": "5cf68dbc-b5bf-4d60-be18-f718610a0d1a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4/action", - "href_result": "/servers/d03e1841-23a1-4eeb-a566-0db4110122a4", "started_at": - "2024-07-05T13:22:13.883033+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5cf68dbc-b5bf-4d60-be18-f718610a0d1a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9cfc6478-323e-4d25-85ed-1455824681c2 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2713,103 +2891,281 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad3050bf-00f9-4720-8476-0c9dc1be2ab6 + - bf8d872b-f2e0-4447-8211-ed91fa95d152 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + method: GET + response: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b622f65-06f4-4a96-b89e-ab4957d5a1a0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + method: GET + response: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 551cbe50-38dd-4ef0-aff0-17f10afa5d7b + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:13 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2817,103 +3173,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52cf5898-82a4-43aa-9db2-e6cf06e6aefb + - 4ac2c358-e009-46db-b654-e61b23caeffa status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:18 GMT + - Wed, 08 Jan 2025 14:23:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2921,103 +3267,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a257c25-8836-4eec-b9f0-b97aa81381e4 + - 7626a2a5-2a7f-4c9d-9d22-d9badaf94846 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:23 GMT + - Wed, 08 Jan 2025 14:23:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3025,103 +3361,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a1b34e3-f931-4946-858c-6a17f21ccd6f + - 390a2b67-4a1c-4430-8a8f-8c12c225a3a0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:29 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3129,103 +3455,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4a3b2a2-0d8c-4ca3-97da-e16df6d33854 + - 6a1327f9-d67f-4086-b68f-924267d82956 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:34 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3233,103 +3549,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ad62b48-ab31-42e0-a9a0-aadeb0a5f821 + - d0ed4504-1a18-453c-a9ac-53c9f4f92931 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:39 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3337,103 +3643,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4248b78a-eea4-4195-87e4-f8b0b04eab94 + - acd70700-6dde-4277-82cb-76ae2daa9336 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:44 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3441,103 +3737,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39652d74-e861-435b-ab4b-3bd6391cea57 + - 765fa85e-27fb-49c5-800f-25b218c233c3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:49 GMT + - Wed, 08 Jan 2025 14:24:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3545,103 +3831,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b5f9b25-bb09-4e16-becb-25b8e49260f2 + - 311b54f1-3a9d-4537-ae49-01ea2263cbdb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:22:54 GMT + - Wed, 08 Jan 2025 14:24:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3649,103 +3925,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8b8f69d-7df5-48b2-a5a2-707f6f61d3d3 + - 9534c0b6-561f-472a-8d42-bda50de59f42 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": - "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", - "address": "51.15.231.134", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], "mac_address": "de:00:00:5f:a3:ab", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:22:13.750884+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "17", "hypervisor_id": "1802", "node_id": "40"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3280" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:00 GMT + - Wed, 08 Jan 2025 14:24:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3753,101 +4019,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7499e84-3d77-4b41-9ba7-e9e1720619e4 + - ee78d148-9c57-4458-8459-33ac70d82819 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, - "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], - "mac_address": "de:00:00:5f:a3:ab", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.287651+00:00", "modification_date": - "2024-07-05T13:23:03.080944+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-eloquent-mestorf", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "538fa187-30e9-4b6e-8a5a-fadae1a23a5f", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "d03e1841-23a1-4eeb-a566-0db4110122a4", "name": "cli-srv-eloquent-mestorf"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:21:51.287651+00:00", - "modification_date": "2024-07-05T13:21:51.287651+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}, - "public_ips": [{"id": "fca8b329-6c0e-4f9c-aa88-d5c197b5919a", "address": "51.15.231.134", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f7575bac-7f3e-497f-945b-258aaf28fbb0"}], - "mac_address": "de:00:00:5f:a3:ab", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:21:51.287651+00:00", "modification_date": - "2024-07-05T13:23:03.080944+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3167" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:05 GMT + - Wed, 08 Jan 2025 14:24:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3855,7 +4109,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1669a3ec-714b-4b33-ae02-52f104215821 + - 79da813a-3eb9-48b3-9171-05da9d835382 status: 200 OK code: 200 duration: "" @@ -3864,8 +4118,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d03e1841-23a1-4eeb-a566-0db4110122a4 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dd9d0ea8-b9e0-4b59-9b62-1e76c3293a6f + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/eac841bc-27e2-4f1e-8a8b-66c241345b57 method: DELETE response: body: "" @@ -3875,9 +4159,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:05 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3885,7 +4169,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 417fc109-3836-473d-a50b-91ea0872027f + - d202f292-616a-4958-b64c-21211d087a64 status: 204 No Content code: 204 duration: "" @@ -3894,8 +4178,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/538fa187-30e9-4b6e-8a5a-fadae1a23a5f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -3905,9 +4189,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:06 GMT + - Wed, 08 Jan 2025 14:24:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3915,7 +4199,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1cddb90-d335-4806-a4dc-fd4a84074a7c + - fb280f9f-bf7d-49b9-9766-6c9ff40136bb status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden index 348c7cf82f..9ef782db2f 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start d03e1841-23a1-4eeb-a566-0db4110122a4 +Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server d03e1841-23a1-4eeb-a566-0db4110122a4 (cli-srv-eloquent-mestorf) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start d03e1841-23a1-4eeb-a566-0db4110122a4" + "message": "server beb6ff9f-4fb8-4c8d-82e2-88909a7f389e (cli-srv-jolly-agnesi) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml index 9781e5b1dc..04677de8ff 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384127Z","updated_at":"2024-07-05T13:19:32.307384127Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", + "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384127Z","updated_at":"2024-07-05T13:19:32.307384127Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", + "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "877" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c35163df-f691-4ade-bc3b-f9072c7c2f9d + - 829ebdc5-04b2-45c8-a1b7-47714e532b75 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:32.307384Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", + "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:32.307384Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", + "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "871" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f7c1461-34fa-48d8-9818-75ff78dde7c6 + - 95d5946a-9c2f-476b-911c-312e56ce61c0 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"ready","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:34.315943Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:32.587897Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"ready","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:34.315943Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:32.587897Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:34 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39f69506-f896-4758-aa39-05cac249eba5 + - 2c3bac7a-7802-4201-88d1-e59a85eb9a31 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"ready","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:34.315943Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"ready","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:34.315943Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89145a49-477c-452f-bb39-be74201ad0cb - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - f8f3c9ed-9645-4149-8c9b-5868233d0518 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 0ca89f63-7ff5-4a7a-a4a0-66ed5ca9a94a + - 2f67d696-2f12-4ffe-9d62-0647fa0fad03 status: 200 OK code: 200 duration: "" @@ -211,2075 +215,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 6000000000, "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": - 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6000000000}]}}, "PRO2-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": - 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' - headers: - Content-Length: - - "38026" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:36 GMT - Link: - - ; rel="next",; - 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: - - 4918824a-b230-4a45-a985-812e36b02a69 - X-Total-Count: - - "66" - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": - 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": - 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": - 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 - method: GET - response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": - 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": - 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": - 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": - 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": - 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": - 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' - headers: - Content-Length: - - "12534" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:36 GMT - Link: - - ; rel="first",; - rel="previous",; 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: - - cec6015b-9914-4cce-9087-13856994e4cf - X-Total-Count: - - "66" - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips - method: POST - response: - body: '{"ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}}' - headers: - Content-Length: - - "365" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:37 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/28a0acd5-15dc-4502-ae5c-5a2db05b2968 - 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: - - e2bfac8d-52b7-459c-84cd-94c042fc3a4f - status: 201 Created - code: 201 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, - "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], - "mac_address": "de:00:00:5f:a3:81", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:38.092808+00:00", "modification_date": - "2024-07-05T13:19:38.092808+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers - method: POST - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, - "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], - "mac_address": "de:00:00:5f:a3:81", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:38.092808+00:00", "modification_date": - "2024-07-05T13:19:38.092808+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "3171" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:38 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - 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: - - 0c0b9d74-3941-48c5-ba2d-048e2811c452 - status: 201 Created - code: 201 - duration: "" -- request: - body: '{"task": {"id": "8abc3620-c5f0-4673-b923-0619a93f9445", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action", - "href_result": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5", "started_at": - "2024-07-05T13:19:38.681492+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' - form: {} - headers: - Content-Type: - - application/json - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action - method: POST - response: - body: '{"task": {"id": "8abc3620-c5f0-4673-b923-0619a93f9445", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action", - "href_result": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5", "started_at": - "2024-07-05T13:19:38.681492+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' - headers: - Content-Length: - - "353" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:38 GMT - Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8abc3620-c5f0-4673-b923-0619a93f9445 - 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: - - 40426ea7-a8db-48da-833f-8fafd3719cf6 - status: 202 Accepted - code: 202 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "3193" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:38 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: - - b856798a-a8fd-47c7-931f-1c5352e5f6ca - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "3292" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:43 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: - - 89a3f662-2fbf-4414-bec1-bc4f2703b862 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "3292" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:48 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: - - d7fd8f04-77d8-4217-a2a6-c771803fc4a2 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.562866+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "3292" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:54 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: - - c5c8e9cc-17f3-49ef-b11e-05943cb95c37 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "3323" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19:59 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: - - 69ce0371-068d-46ba-96b3-9f444518b732 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET - response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "3323" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:59 GMT + - Wed, 08 Jan 2025 14:21:28 GMT + Link: + - ; rel="next",; + rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2287,33 +1142,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - feda4298-d2c9-4cac-a6e0-63dfdc661e88 + - 3c4c5c08-fa12-495f-8473-cac0bc723ef1 + X-Total-Count: + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"70e8e58c-4d5c-46a7-86dd-927cfe7f9a9c","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.74.121"],"lb":{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"pending","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:59.899589330Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:59.850091252Z","updated_at":"2024-07-05T13:19:59.850091252Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"servers": {"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, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": + 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": + 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": + 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": + 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' 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/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112/backends - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 + method: GET response: - body: '{"id":"70e8e58c-4d5c-46a7-86dd-927cfe7f9a9c","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.74.121"],"lb":{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"pending","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:59.899589330Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:59.850091252Z","updated_at":"2024-07-05T13:19:59.850091252Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"servers": {"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, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": + 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": + 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": + 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": + 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": + 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": + 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "1919" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:28 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2321,31 +1505,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d323117d-4f15-4f4e-93b5-79c41b38ecb4 + - 16888dfe-c38a-4921-8d2d-83f3ff6e137c + X-Total-Count: + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"pending","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:59.899589Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: - body: '{"id":"d5d08d68-3764-4640-9d8c-9f22f1229112","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fccf1496-d821-43a0-9725-55988507c6f2","status":"pending","ip_address":"","created_at":"2024-07-05T08:40:43.271250Z","updated_at":"2024-07-05T13:19:59.899589Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c1f280f0-79eb-458c-b97d-f1915d999ad0","ip_address":"51.158.59.106","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"d5d08d68-3764-4640-9d8c-9f22f1229112","reverse":"51-158-59-106.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.307384Z","updated_at":"2024-07-05T13:19:35.371207Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' headers: Content-Length: - - "1069" + - "779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2353,29 +1557,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38a5aff1-2ee5-46d4-958f-d057253ca3be + - faa06760-f932-474b-b02e-dbcb065349b6 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d5d08d68-3764-4640-9d8c-9f22f1229112?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET response: - body: "" + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' headers: + Content-Length: + - "616" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2383,103 +1601,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cbc44c7-0db9-4267-84ca-cf5259011eb4 - status: 204 No Content - code: 204 + - a28819c7-176c-4138-b30c-1bb7fdfdfb41 + status: 200 OK + code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips + method: POST response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' headers: Content-Length: - - "3323" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:28 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/c921d8af-1fed-4895-af68-ebda5fe87c29 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,103 +1643,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a195b91-4acb-4b05-9290-5b724ca074de - status: 200 OK - code: 200 + - 1e478b96-d460-42f1-ae69-198ee1d65ca3 + status: 201 Created + code: 201 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers + method: POST response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:55.687058+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3323" + - "2667" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:30 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2591,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09d67426-d58e-4d07-b89d-72a2fe553033 - status: 200 OK - code: 200 + - c518bd5f-dc6b-4c5c-8199-b0639bd27898 + status: 201 Created + code: 201 duration: "" - request: - body: '{"task": {"id": "011909ed-1636-4b0e-a5e3-543861722424", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action", - "href_result": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5", "started_at": - "2024-07-05T13:20:00.851264+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action method: POST response: - body: '{"task": {"id": "011909ed-1636-4b0e-a5e3-543861722424", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5/action", - "href_result": "/servers/24db68c9-494d-4e50-bcad-2b469d7097b5", "started_at": - "2024-07-05T13:20:00.851264+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/011909ed-1636-4b0e-a5e3-543861722424 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/52a2e57e-9693-4283-96dd-f51a68756f82 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2635,103 +1781,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ec27891-a6ee-4197-b917-f0ef0aa9cbb4 + - 7cd0e7a1-9bad-4691-b5cb-db110b3d98ad status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3298" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:01 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2739,103 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94919e96-59e5-42c2-a05e-37e78cdd9917 + - 222b78cd-d657-4dfe-b6fc-f87a7c47005e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:06 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2843,103 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5462e0f0-bf65-45dd-912d-f73d6040e4b2 + - 70adb9b1-ffe0-40e7-8921-45fc90b54af3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:11 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2947,103 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13c16227-b31d-45e3-8496-a641f8367784 + - d8e15e87-a990-40b3-a93b-322151dede47 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:16 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3051,103 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da22bd9e-c791-4845-b5bd-35fd21497ba0 + - 31ad6d97-1251-4ae5-a63c-991e1bbeeb97 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:21 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3155,103 +2247,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84ea5aec-755f-4c1f-9d72-6ae0389f8755 + - 8cf8e59a-f66c-47c4-b7ef-6b648b698d32 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2/backends + method: POST response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "3283" + - "1978" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:27 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3259,103 +2323,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af1b129a-6d79-47f2-ab27-6572231fb092 + - a2a743e0-7f00-4999-9e78-86206359bc40 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "3283" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:32 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3363,103 +2377,83 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e33944ea-3814-4da4-8a3e-2d93941b4f9f + - 5f887135-bfe6-46b7-8491-e79cd9f80afc status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2?release_ip=false + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 296c891b-d975-4f39-95e9-b1087d75dd56 + status: 204 No Content + code: 204 + duration: "" +- request: + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "3283" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:37 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3467,103 +2461,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ee954f8-ac80-47e4-99d7-1bee040e3505 + - 7de156b5-0552-4c88-ab7d-60bddc39b1ad status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "3283" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:42 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3571,103 +2493,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 857cfb02-805a-4f05-852a-513db05f7137 - status: 200 OK - code: 200 + - bf516d0f-6570-4771-b078-a04e907dbab8 + status: 404 Not Found + code: 404 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:21:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3675,103 +2587,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02f65148-228e-4358-a3fb-f74fa080ef62 + - 5a471ca7-cebd-4c81-8566-926ad46301a7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:53 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3779,103 +2681,137 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 91687b0c-0b09-4efd-8606-63c75cfd4364 + - 08ef81f6-bdd2-4be6-b3af-827158fec46f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action + method: POST + response: + body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "352" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:49 GMT + Location: + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/baab345d-30c1-4d20-8c44-a2152063947b + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9969e73c-a5ac-4cb9-99c0-b31269dc9424 + status: 202 Accepted + code: 202 + duration: "" +- request: + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:58 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3883,103 +2819,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44340bf7-8672-42aa-9d11-f33d49232b02 + - 3f71feba-25b0-40e5-895d-404f33666c83 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:03 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3987,103 +2913,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a5b79ada-4178-424c-9957-5dde36cb86d7 + - fb0e2a95-eb19-471c-906f-bccc94740f2c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:08 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4091,103 +3007,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6af585d1-6de2-4fb5-b6e1-a480c77159c2 + - 243fbc98-a809-4683-95ab-0c783785be66 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:13 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4195,103 +3101,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4741032d-79be-4172-8f4a-fca708c1869e + - 89cade75-caef-4f98-a478-abc04b0d5c5f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:18 GMT + - Wed, 08 Jan 2025 14:22:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4299,103 +3195,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 262b7d6e-bf34-4b0f-a40b-b7da158d745e + - e36bc216-df8f-4558-8d9d-9ea56a7c9470 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:23 GMT + - Wed, 08 Jan 2025 14:22:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4403,103 +3289,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57c6379c-6bcb-4b45-bc14-00c61e99e9a6 + - 6d88d77d-ccea-4241-aa9a-73a45a9a13f2 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:29 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4507,103 +3383,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8a364c9-7bdb-4387-9940-271f26661174 + - 94a7f547-8433-499e-a7b5-43307c9a1188 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:34 GMT + - Wed, 08 Jan 2025 14:22:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4611,103 +3477,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0008405e-6eb1-4cd7-bc9b-324d6234aa83 + - 2a303b38-eeec-458c-a7c3-74c756b5b637 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": - "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", - "address": "51.158.74.121", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], "mac_address": "de:00:00:5f:a3:81", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:20:00.749452+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "42", "hypervisor_id": "503", "node_id": "29"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:39 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4715,101 +3571,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e8b670c-e489-4aac-bd7e-eb6957866791 + - a3b0bfb6-530b-40ae-94e5-1b364c2edf75 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, - "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], - "mac_address": "de:00:00:5f:a3:81", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:38.092808+00:00", "modification_date": - "2024-07-05T13:21:40.863998+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-xenodochial-faraday", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0c96f887-f4e8-48f4-817b-82c62c821450", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "24db68c9-494d-4e50-bcad-2b469d7097b5", "name": "cli-srv-xenodochial-faraday"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:38.092808+00:00", - "modification_date": "2024-07-05T13:19:38.092808+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}, - "public_ips": [{"id": "28a0acd5-15dc-4502-ae5c-5a2db05b2968", "address": "51.158.74.121", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ef08e3a-1ee8-4fdd-b250-153c7fa09e11"}], - "mac_address": "de:00:00:5f:a3:81", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:38.092808+00:00", "modification_date": - "2024-07-05T13:21:40.863998+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3171" + - "2667" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4817,7 +3661,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72b139ea-f486-41f7-8fdf-a07bb3276171 + - ec1ef59f-3cc4-43fa-9d01-136470dafdf6 status: 200 OK code: 200 duration: "" @@ -4826,8 +3670,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/24db68c9-494d-4e50-bcad-2b469d7097b5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:22:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dcd8bf6a-48cd-4279-9443-1eee92188a42 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ecc5dc8-88fe-4b89-b02d-15152e979f17 method: DELETE response: body: "" @@ -4837,9 +3711,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:22:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4847,7 +3721,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce829f94-85f1-411b-a9ac-e655d5332ab7 + - 9799587d-988f-429a-a929-8b074d73f034 status: 204 No Content code: 204 duration: "" @@ -4856,8 +3730,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0c96f887-f4e8-48f4-817b-82c62c821450 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -4867,9 +3741,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:21:45 GMT + - Wed, 08 Jan 2025 14:22:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4877,7 +3751,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c502c17-759f-4708-b210-05b6a318d4dc + - d1fa715c-d028-4e2f-bdde-e9ddc4877132 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden index 29e7ecfe63..c99b4be5fa 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 70e8e58c-4d5c-46a7-86dd-927cfe7f9a9c +ID 41fdcd79-98e4-4c23-8bda-ff6d99d56201 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.74.121] +[51.158.99.168] Lb: -ID d5d08d68-3764-4640-9d8c-9f22f1229112 +ID 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -c1f280f0-79eb-458c-b97d-f1915d999ad0 51.158.59.106 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b d5d08d68-3764-4640-9d8c-9f22f1229112 51-158-59-106.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -fccf1496-d821-43a0-9725-55988507c6f2 pending - few seconds ago few seconds ago fr-par fr-par-1 +abde1184-6702-40a3-a222-4d5157370e9e pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "70e8e58c-4d5c-46a7-86dd-927cfe7f9a9c", + "id": "41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ fccf1496-d821-43a0-9725-55988507c6f2 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.158.74.121" + "51.158.99.168" ], "lb": { - "id": "d5d08d68-3764-4640-9d8c-9f22f1229112", + "id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "fccf1496-d821-43a0-9725-55988507c6f2", + "id": "abde1184-6702-40a3-a222-4d5157370e9e", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ fccf1496-d821-43a0-9725-55988507c6f2 pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "c1f280f0-79eb-458c-b97d-f1915d999ad0", - "ip_address": "51.158.59.106", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "d5d08d68-3764-4640-9d8c-9f22f1229112", - "reverse": "51-158-59-106.lb.fr-par.scw.cloud", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml index 7339d9d24c..fdf2fe1d34 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933098Z","updated_at":"2024-07-05T13:19:32.318933098Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933098Z","updated_at":"2024-07-05T13:19:32.318933098Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "875" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca28be92-ddb3-4bbd-9d11-0f90df5ce836 + - b6be63f6-0d5f-4b57-a5c2-fdd881c01bec status: 200 OK code: 200 duration: "" - request: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:32.318933Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:32.318933Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "869" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad34cb3d-fa0c-4b2f-9346-b11c2fadbda9 + - 89e07eca-aaa0-4009-ab16-a7179b6e59ce status: 200 OK code: 200 duration: "" - request: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:32.578472Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:32.578472Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1068" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:34 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 27c8d4e1-00f9-400e-afdb-a46656810e03 + - 9e03bdf3-f72c-4358-b080-f3faa17ea3c2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:35.434564Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:35.434564Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1065" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b23477bf-1278-4517-b3d5-ce1fad8b6420 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 80d7c773-d510-402b-8bca-d9e19715d606 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 797c22e7-ec86-4149-8d6a-c094f4d200cd + - 43a08b25-c9f9-43ae-9452-3fa8ac993055 status: 200 OK code: 200 duration: "" @@ -211,926 +215,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1142,414 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6664617d-6dc3-48c8-b818-f2088bc893b5 + - 873958a9-d061-4db5-a98a-5abadc45f7a1 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' + headers: + Content-Length: + - "14208" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:27 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b738314a-b249-4300-82e0-bc05439c4c5d + X-Total-Count: + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' headers: Content-Length: - - "12534" + - "779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1557,72 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d8cc923-8872-48fa-a697-4e4c915de87e - X-Total-Count: - - "66" + - 9df57718-b049-4f03-8af9-a2eb9af16f60 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8a262014-5188-46fc-8792-d7dfa3ab4e2e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}}' + body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}}' + body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' headers: Content-Length: - "365" @@ -1503,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:37 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/5b2dce62-8b81-4bcc-b4ee-f0cecaf51854 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ed2c6ec5-ad78-4559-a0f2-a04592d44ab4 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1643,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f4b4609-9b12-4109-a28d-9257f61c544d + - 2d54b626-6f7e-4f15-8cbb-ce3ca9c07513 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, - "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], - "mac_address": "de:00:00:5f:a3:7b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.773786+00:00", "modification_date": - "2024-07-05T13:19:37.773786+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, - "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], - "mac_address": "de:00:00:5f:a3:7b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.773786+00:00", "modification_date": - "2024-07-05T13:19:37.773786+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3171" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d6da779c-0a64-48db-be5c-9fed38a5b1dd + - 1ff9615f-44bc-464a-a13f-efb43998ac90 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "6b5c3938-2b7e-44ae-988c-4240fa091e75", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action", - "href_result": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "started_at": - "2024-07-05T13:19:39.081811+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action method: POST response: - body: '{"task": {"id": "6b5c3938-2b7e-44ae-988c-4240fa091e75", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action", - "href_result": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "started_at": - "2024-07-05T13:19:39.081811+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6b5c3938-2b7e-44ae-988c-4240fa091e75 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5bff8401-0924-4d55-b225-2a5fc043adf5 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1781,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7461432d-cacf-48fb-968b-142fa70f1953 + - 09b12b94-2537-4d6a-819c-194e7fd9b812 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + method: GET + response: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2659" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f70531e0-e29b-4e0e-9cef-6011042229ed + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3193" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:39 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3281c5a-a11f-4f8a-8985-713aad6a49db + - 3d4f437d-1a8f-47b1-aaa6-570f9b71e120 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3292" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:44 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 96f50a70-a003-40ee-8cba-0c8be5a902b4 + - e7e5774b-e500-4a40-9983-fba52e93945c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:38.534839+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3292" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:49 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c92a3c20-50e0-4781-94e4-cf58357748b8 + - 4b6b9252-15e2-456d-884d-ca24660e2308 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3323" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:54 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,103 +2247,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a653c81e-9f34-4b09-ac38-fe16eb9173e0 + - 0b7be114-b62d-4d3c-861a-90e318ed3588 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3323" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:54 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2183,31 +2341,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d5d3ba0-c991-429a-91bb-b571895b7443 + - 516b139b-8e9b-4f6a-abd6-a739e03f7c74 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:35.434564Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"fc4b11f8-b7fd-4884-9cbe-2953b3cb4818","status":"ready","ip_address":"","created_at":"2024-07-05T07:27:03.274906Z","updated_at":"2024-07-05T13:19:34.281787Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c2ab13f8-4a47-4c31-8aad-513ff4c75ac2","ip_address":"51.159.74.67","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3","reverse":"51-159-74-67.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.318933Z","updated_at":"2024-07-05T13:19:35.434564Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1065" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2215,7 +2395,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e48953b-2048-44a3-bdf2-f8b6f12a711e + - 8637d8b5-1c2c-4f3b-9bbe-d697779f7775 status: 200 OK code: 200 duration: "" @@ -2224,8 +2404,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/41a1a1fb-3e80-43af-9bf4-a152e4ef3bc3?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b?release_ip=false method: DELETE response: body: "" @@ -2235,9 +2415,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2245,103 +2425,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ed3346d-01e8-4fe1-a29d-ebf4414f4590 + - 0c6a90e5-3908-490d-84f3-85c30c1bc651 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + method: GET + response: + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1106" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 51775b71-033d-4af2-8fc6-571e15bd0edf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4e7ebeeb-314d-46de-b36b-7f230069d5db + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3323" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2349,103 +2605,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd0fd9f9-1c14-44cb-bc0f-4bcd916908de + - 44e11a1b-e8bf-44a7-96df-92cb644c3e82 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:53.715517+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3323" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2453,43 +2699,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eeec9c48-bc4d-4dcf-850f-bac4a488baa1 + - 0d636a2f-193e-4acd-9da4-8813b612aa47 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "f67acbaf-bd5a-4c48-b209-8b1534ef2135", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action", - "href_result": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "started_at": - "2024-07-05T13:19:55.709183+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action method: POST response: - body: '{"task": {"id": "f67acbaf-bd5a-4c48-b209-8b1534ef2135", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668/action", - "href_result": "/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "started_at": - "2024-07-05T13:19:55.709183+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f67acbaf-bd5a-4c48-b209-8b1534ef2135 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7a6c46f2-9bde-475e-b788-cb5481c8fafb Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2497,103 +2743,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 56d3e296-385f-4c40-adfa-0f2873ca47cd + - 0e6da138-c703-4fcb-8d1a-b4d01563a606 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "launching poweroff task", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3298" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2601,103 +2837,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 97054b0f-d843-4f3a-94be-081c7040820b + - 6a841325-71e9-4251-8be1-d138214832ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2705,103 +2931,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34c1b1a4-c509-46ef-b277-f095c084a385 + - 8f8806a4-6120-4b0f-8235-c82a65ee1947 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:05 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2809,103 +3025,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e6741c44-a48e-47bd-9f6e-5f6483dbc70d + - 14b03008-f993-48dd-ad3f-1614af1a11fa status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:11 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2913,103 +3119,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7b0205d-31f0-427a-9f95-02ef7e1649a2 + - b027a72e-6c22-4127-8bad-ad9e1168b7dc status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:16 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3017,103 +3213,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 582e95a4-b1c2-448d-a820-43c0426647e8 + - 484a36df-54a5-4897-8e1a-51e3ecbca732 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:21 GMT + - Wed, 08 Jan 2025 14:22:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3121,103 +3307,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9db39f27-5c63-4df8-9213-b23241efab74 + - b735be50-a452-45e7-bf5b-e7b0fccf8226 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:26 GMT + - Wed, 08 Jan 2025 14:22:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3225,103 +3401,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7eb3696e-31c5-430f-a96a-4e151cb0df77 + - 87f0c887-833b-4581-96af-9e9013916bf8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:32 GMT + - Wed, 08 Jan 2025 14:22:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3329,103 +3495,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0366c204-4c64-4fdf-b0a9-f7501d416dad + - 61fe5f18-9cca-484d-b09c-c6ceacf2350b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:37 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3433,103 +3589,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db21dcc6-1f94-4f51-9f24-bb419eadc4b9 + - 3a0ffbb0-1b61-4d84-b646-abe657f9312d status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": - "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", - "address": "51.158.71.115", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], "mac_address": "de:00:00:5f:a3:7b", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:55.582701+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "702", "node_id": "17"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3283" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:42 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3537,101 +3679,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8b49a308-4b5e-4a73-907b-82ce5cf643b2 + - ea5df0ed-f167-497a-8d53-9ede61450d74 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, - "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], - "mac_address": "de:00:00:5f:a3:7b", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.773786+00:00", "modification_date": - "2024-07-05T13:20:47.023511+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + 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-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + method: DELETE response: - body: '{"server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-booth", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a333dbef-4885-4a90-8eba-a87877bef0de", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "82f5ef6f-009e-4cbc-81e3-356fbfd2a668", "name": "cli-srv-condescending-booth"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.773786+00:00", - "modification_date": "2024-07-05T13:19:37.773786+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}, - "public_ips": [{"id": "5b2dce62-8b81-4bcc-b4ee-f0cecaf51854", "address": "51.158.71.115", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fc6874fd-ffc6-4578-a885-1b254db2fa36"}], - "mac_address": "de:00:00:5f:a3:7b", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.773786+00:00", "modification_date": - "2024-07-05T13:20:47.023511+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" headers: - Content-Length: - - "3171" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3639,17 +3709,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4bae033-907c-450b-b2b5-fcd7ab300d0f - status: 200 OK - code: 200 + - 7b02a6ea-c16b-4480-8cff-a083e44514ac + 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-1/servers/82f5ef6f-009e-4cbc-81e3-356fbfd2a668 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4a64cb38-3f30-426c-81e3-09aa62f10050 method: DELETE response: body: "" @@ -3659,9 +3729,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3669,7 +3739,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acb6868f-7ff6-48bc-910e-da49360bf3fb + - 5fb810bc-66b3-4a34-8287-9546de43ebe4 status: 204 No Content code: 204 duration: "" @@ -3678,8 +3748,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a333dbef-4885-4a90-8eba-a87877bef0de + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 method: DELETE response: body: "" @@ -3689,9 +3759,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:22:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3699,7 +3769,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f78d49c-7914-4f0a-b962-581ec536fe60 + - 77ecdca8-df81-4a04-a25a-29cc89e0715e status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden index 5265d6bf2d..290f02adfc 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 82f5ef6f-009e-4cbc-81e3-356fbfd2a668 +Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 82f5ef6f-009e-4cbc-81e3-356fbfd2a668 (cli-srv-condescending-booth) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 82f5ef6f-009e-4cbc-81e3-356fbfd2a668" + "message": "server 8b854ffe-3083-4915-8f38-74532ea7e90a (cli-srv-pensive-wu) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml index 9f68a7c8e1..be0fb4deb0 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477143Z","updated_at":"2024-07-05T13:19:32.295477143Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", + "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477143Z","updated_at":"2024-07-05T13:19:32.295477143Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", + "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "875" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f824c2f-8a5d-47cb-9b8d-1cd1b5bba4fb + - 6ca7cc35-5310-4005-b052-7e7e33689b11 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:32.295477Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:32.295477Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "869" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 813a5be2-bb78-4a5f-a66b-d46e56f7054d + - 2a306f13-a41a-4b73-acf5-c0d69644f890 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"ready","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:34.243843Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:32.618686Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"ready","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:34.243843Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:32.618686Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1068" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:34 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 227fb2e5-9453-419e-8c96-b97d68071ef9 + - 4b6d4789-43ad-4099-a9b7-1100ff474f82 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"ready","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:34.243843Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"ready","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:34.243843Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1065" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 012303e7-b8e6-4ae5-b4be-88d090c957e1 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 235e9dc8-76e3-4f17-a72d-34b2a8a87fbd - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 681f5376-05c6-4a28-976e-d72fb49220ce + - ddeac85d-3605-49af-84b0-c3ad36b1ad88 status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40ca01c4-ff6f-4a94-8f60-032ca7e61ebb + - ea66541f-e8f3-4c5f-90d3-8f51c1fb9287 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1509,124 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9245c22a-f4ae-426e-9588-297aa85d2748 + - 9fcb67b9-45ba-49ee-a619-d6544313ae05 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}}' + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + headers: + Content-Length: + - "779" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5f9feb97-a6d9-4539-9639-6e2a265d4a65 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fd75b988-e005-4a86-994d-4625059a811a + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}}' + body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' headers: Content-Length: - "364" @@ -1503,11 +1635,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:37 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/19ce87f1-271b-4d40-a9ad-b7328750243c Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a831c1c6-9d68-44b2-aa42-d51ff282293e + - 22329d39-cb01-4fe9-b3d7-4b88aa50500d status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, - "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], - "mac_address": "de:00:00:5f:a3:87", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.813493+00:00", "modification_date": - "2024-07-05T13:19:37.813493+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, - "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], - "mac_address": "de:00:00:5f:a3:87", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.813493+00:00", "modification_date": - "2024-07-05T13:19:37.813493+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3174" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea7fb9a6-3b7b-4b13-80ec-9bca8d1c0f77 + - aba7123c-2026-4b5b-ac69-cbb69060a601 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "6ee2c9bc-bd0b-4aa6-8033-738fb9a4a1e5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action", - "href_result": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "started_at": - "2024-07-05T13:19:39.028507+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action method: POST response: - body: '{"task": {"id": "6ee2c9bc-bd0b-4aa6-8033-738fb9a4a1e5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action", - "href_result": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "started_at": - "2024-07-05T13:19:39.028507+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6ee2c9bc-bd0b-4aa6-8033-738fb9a4a1e5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7d0910ba-0361-47f1-a150-19f29e2c1618 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1785,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 619ddf87-4d8b-4e48-b059-05428c2201be + - 689c0a43-3d42-4346-87ea-c57de509ba23 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + method: GET + response: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2695" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c3fe0f12-640c-49d2-807e-057a1af77891 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3196" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 407b2b10-bf7d-436f-9700-85210f06daa2 + - c6c87371-2dd3-4161-85b8-9a2c4709aaf6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3294" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:43 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a7cf172e-293a-47f8-aba0-f42e13229091 + - bca9e162-d43d-4cec-b941-8e9c5e4e8a02 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:38.680067+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3294" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:49 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f17dc2d-ab53-4072-95bc-d43a188bfa86 + - cb10e49c-d365-41a0-91fd-ec1fcc5f6727 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3325" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:54 GMT + - Wed, 08 Jan 2025 14:21:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,179 +2251,157 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3fb97f65-0515-4241-99be-30e3058400c9 + - 26a992e3-5ba4-4040-9909-0a55ec840cea status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}, {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", - "name": "cli-srv-condescending-moore", "arch": "x86_64", "commercial_type": - "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "hostname": "cli-srv-condescending-moore", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}, {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", - "name": "cli-srv-condescending-moore", "arch": "x86_64", "commercial_type": - "DEV1-S", "boot_type": "local", "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "hostname": "cli-srv-condescending-moore", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "6603" + - "5611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:54 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2259,35 +2409,77 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b3b4cb2e-5d96-4734-8949-9e3077c5c03b + - d911f9f4-2184-428a-a8c5-37f58c236194 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"6c9bdf14-3f21-426a-bb5e-0e42d44476f6","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.115.76","51.158.73.41"],"lb":{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"pending","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:55.095258631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:55.060687968Z","updated_at":"2024-07-05T13:19:55.060687968Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c/backends method: POST response: - body: '{"id":"6c9bdf14-3f21-426a-bb5e-0e42d44476f6","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.115.76","51.158.73.41"],"lb":{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"pending","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:55.095258631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:55.060687968Z","updated_at":"2024-07-05T13:19:55.060687968Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1932" + - "1996" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2295,31 +2487,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d1c966f-e00e-4a73-a594-416f6191a8cd + - de84d1ea-0ba7-455a-ae4d-34fc83b82e71 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"pending","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:55.095259Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4","status":"pending","ip_address":"","created_at":"2024-07-05T01:04:55.244528Z","updated_at":"2024-07-05T13:19:55.095259Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c0354663-b573-4f62-8ea2-13db14945089","ip_address":"51.158.57.14","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"18bad71c-6d91-46d3-b74e-e50ddc567c2a","reverse":"51-158-57-14.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.295477Z","updated_at":"2024-07-05T13:19:35.615187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,7 +2541,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5efe94e7-2e8d-4c26-9289-6193988ac737 + - 1406e184-4dfc-4415-9b26-60fd48dc27bb status: 200 OK code: 200 duration: "" @@ -2336,8 +2550,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/18bad71c-6d91-46d3-b74e-e50ddc567c2a?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c?release_ip=false method: DELETE response: body: "" @@ -2347,9 +2561,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2357,103 +2571,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3df8cc9-59d2-4ca0-af01-8248e81b0e2e + - 209ccb99-73ad-4666-99e8-127bbfc997e7 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + method: GET + response: + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0a2b0b75-7b68-4e2f-b76e-409ed4964929 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b77e2832-6292-452b-a81d-5594b4f58a1e + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3325" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2461,103 +2751,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea2dde9a-aafb-4f5f-91ac-f9593907333c + - 1ed01aff-332d-4462-b89e-e570b29f6d64 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:54.371500+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3325" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:55 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2565,43 +2845,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e889494-dfde-4bba-b382-1bc2b43e4eef + - 4d50fd42-05e6-40da-80eb-f0589aa8cc5c status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "e48e9c7a-4ad0-4aac-b7e0-2a3d257db92c", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action", - "href_result": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "started_at": - "2024-07-05T13:19:56.162400+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action method: POST response: - body: '{"task": {"id": "e48e9c7a-4ad0-4aac-b7e0-2a3d257db92c", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6/action", - "href_result": "/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "started_at": - "2024-07-05T13:19:56.162400+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:56 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e48e9c7a-4ad0-4aac-b7e0-2a3d257db92c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f82c0866-1532-419a-97d7-b47c3380c61e Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2609,103 +2889,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 911282d1-a1de-48c5-9b22-fefbe693b48d + - 41a788c1-6a7f-4c36-a580-2b492bf6cf86 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:56 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2713,103 +2983,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0926e13-05b5-431a-9228-62848d9b9c77 + - 6513b446-5f7a-4791-8985-f1e82b77efc6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:01 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2817,103 +3077,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e09169f-6379-4cd6-8f83-3139b691b920 + - a438479b-57a8-4673-a5cd-412400b867a1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:06 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2921,103 +3171,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3793fa8-e9aa-452e-9072-749c3f53b836 + - 7b98df61-fdd9-48d0-81e4-a878290590d4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:11 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3025,103 +3265,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c73c8d9d-f2ee-4d3d-b526-4a280b22e12b + - aadb4247-90ef-44f5-863d-268b5973967a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:16 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3129,103 +3359,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 186a6a14-005b-461b-83b0-24a75fb9d56f + - 5130479a-015c-4a7d-94ba-190d3a3a1be1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:22 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3233,103 +3453,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3683c75d-539f-4abf-953a-29fea6cc0746 + - 1205389e-8a56-41e4-8fe6-fef37a65a1ea status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:26 GMT + - Wed, 08 Jan 2025 14:22:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3337,103 +3547,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49f873aa-5aef-4235-b566-e3068e198dd7 + - 534bd6f9-e896-47a0-9d8d-270476660358 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:32 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3441,103 +3641,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7d62624-1f1a-4e46-8fb7-a7ed4b308012 + - f23b5dd9-cd6c-4528-bc9f-0cd9ab892f7b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:37 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3545,103 +3735,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 399febac-571a-46ea-9f7e-8f351af2dcee + - 3007400d-65bd-4629-b37c-0da1d476b062 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:42 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3649,101 +3829,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f316dac-568a-452a-a329-97e9ea9d0532 + - b8589eb1-cebd-44ef-9725-025f4c4b06ae status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, - "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], - "mac_address": "de:00:00:5f:a3:87", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.813493+00:00", "modification_date": - "2024-07-05T13:20:42.836634+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, - "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": "51.158.73.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], - "mac_address": "de:00:00:5f:a3:87", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.813493+00:00", "modification_date": - "2024-07-05T13:20:42.836634+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3174" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3751,7 +3919,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - efb79ba2-029f-423f-9f81-7f7afa0a2c80 + - 116dfe9c-cbbc-4ff2-a235-e615246f581f status: 200 OK code: 200 duration: "" @@ -3760,8 +3928,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf39e643-b4cb-41a4-be7f-e12d2b1f90e6 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:22:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b4d298bc-8d66-4cd0-89f5-d9c01c9ee3b4 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b5829fff-04cb-469f-bc8b-d5ddd03a0546 method: DELETE response: body: "" @@ -3771,9 +3969,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:48 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3781,7 +3979,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 208fdc3f-c69c-447f-898e-794658b72a1f + - 91fd9bd9-1e9c-449c-9e06-0a4c23b2588d status: 204 No Content code: 204 duration: "" @@ -3790,8 +3988,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/67416ab5-0e8c-4ae7-a80d-e31867b367ae + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -3801,9 +3999,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:48 GMT + - Wed, 08 Jan 2025 14:22:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3811,7 +4009,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d01c8fb4-0285-4b2b-915f-38ffa6b60234 + - ceeb016a-5894-4667-ba3c-5f3f2a6ccc2f status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden index 2e0682536c..7ce84ed01a 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 6c9bdf14-3f21-426a-bb5e-0e42d44476f6 +ID c273395e-f4e7-4525-986e-7a14f6e5f2da Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.115.76 51.158.73.41] +[163.172.181.108 51.15.249.44] Lb: -ID 18bad71c-6d91-46d3-b74e-e50ddc567c2a +ID 080615e5-436d-4aff-b298-8bf79de0408c Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -c0354663-b573-4f62-8ea2-13db14945089 51.158.57.14 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 18bad71c-6d91-46d3-b74e-e50ddc567c2a 51-158-57-14.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 080615e5-436d-4aff-b298-8bf79de0408c 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4 pending - few seconds ago few seconds ago fr-par fr-par-1 +301740b1-6779-45ab-8170-3288f8299d2d pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "6c9bdf14-3f21-426a-bb5e-0e42d44476f6", + "id": "c273395e-f4e7-4525-986e-7a14f6e5f2da", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ ID STATUS IP ADDRESS CREATED AT UPDA "check_timeout": 1000 }, "pool": [ - "51.158.115.76", - "51.158.73.41" + "163.172.181.108", + "51.15.249.44" ], "lb": { - "id": "18bad71c-6d91-46d3-b74e-e50ddc567c2a", + "id": "080615e5-436d-4aff-b298-8bf79de0408c", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "8c57bc83-0fd0-4b62-aeb7-bdf9944fe5b4", + "id": "301740b1-6779-45ab-8170-3288f8299d2d", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -91,16 +91,16 @@ ID STATUS IP ADDRESS CREATED AT UPDA "zone": "fr-par-1" } ], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "c0354663-b573-4f62-8ea2-13db14945089", - "ip_address": "51.158.57.14", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "18bad71c-6d91-46d3-b74e-e50ddc567c2a", - "reverse": "51-158-57-14.lb.fr-par.scw.cloud", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "080615e5-436d-4aff-b298-8bf79de0408c", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml index 4a9ef49459..4fa5258974 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292795524Z","updated_at":"2024-07-05T13:19:32.292795524Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292795524Z","updated_at":"2024-07-05T13:19:32.292795524Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "879" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b51f839-79d4-4d9a-989e-7ec93ec57cc4 + - ed876a2c-17bc-4cb5-ae79-135feb241925 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:32.292796Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec4060dc-128a-484a-b999-d6b87b309dc0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:32.292796Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "873" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36342cf6-59fd-46c8-87c4-e387696d6b4a + - 8696b9e4-a7a3-40e5-be54-f167606e06ee status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:32.531749Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec4060dc-128a-484a-b999-d6b87b309dc0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:32.531749Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:34 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e70d9515-2274-4f62-b8de-fd0d1c94611b + - 6c6e22cf-dc27-4c45-957e-8e3f494532e2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:35.663167Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec4060dc-128a-484a-b999-d6b87b309dc0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:35.663167Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8180a75-0f6b-4351-b766-f4a2ee47f47e - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","ENT1-2XL","ENT1-L","ENT1-M","ENT1-S","ENT1-XL","ENT1-XS","ENT1-XXS","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","GPU-3070-S","PLAY2-MICRO","PLAY2-NANO","PLAY2-PICO","POP2-16C-64G","POP2-2C-8G","POP2-32C-128G","POP2-4C-16G","POP2-64C-256G","POP2-8C-32G","POP2-HC-16C-32G","POP2-HC-2C-4G","POP2-HC-32C-64G","POP2-HC-4C-8G","POP2-HC-64C-128G","POP2-HC-8C-16G","POP2-HM-16C-128G","POP2-HM-2C-16G","POP2-HM-32C-256G","POP2-HM-4C-32G","POP2-HM-64C-512G","POP2-HM-8C-64G","PRO2-L","PRO2-M","PRO2-S","PRO2-XS"],"label":"ubuntu_bionic","type":"instance_local"}],"total_count":1}' - headers: - Content-Length: - - "732" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - c2b3c607-9242-437c-90f1-805533e7f4d6 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa - method: GET - response: - body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu - 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "616" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - a05dec6d-fc13-442f-95fb-f28d367794a8 + - a684e9ee-7338-4696-8586-54e5c8fc3927 status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,414 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a72a501-111f-4cfe-a3b8-a16e8b1fe04f + - b6dd5e3a-d4bb-4128-9163-3fc32f77d17c X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' + headers: + Content-Length: + - "14208" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:28 GMT + Link: + - ; rel="first",; + rel="previous",; rel="last" + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 10ebf685-9999-415b-a7e0-71cadedfc40f + X-Total-Count: + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "arch":"x86_64", + "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", "DEV1-M", "DEV1-S", + "DEV1-XL", "ENT1-2XL", "ENT1-L", "ENT1-M", "ENT1-S", "ENT1-XL", "ENT1-XS", "ENT1-XXS", + "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", "GPU-3070-S", "PLAY2-MICRO", + "PLAY2-NANO", "PLAY2-PICO", "POP2-16C-64G", "POP2-2C-8G", "POP2-32C-128G", "POP2-4C-16G", + "POP2-64C-256G", "POP2-8C-32G", "POP2-HC-16C-32G", "POP2-HC-2C-4G", "POP2-HC-32C-64G", + "POP2-HC-4C-8G", "POP2-HC-64C-128G", "POP2-HC-8C-16G", "POP2-HM-16C-128G", "POP2-HM-2C-16G", + "POP2-HM-32C-256G", "POP2-HM-4C-32G", "POP2-HM-64C-512G", "POP2-HM-8C-64G", + "PRO2-L", "PRO2-M", "PRO2-S", "PRO2-XS"], "label":"ubuntu_bionic", "type":"instance_local"}], + "total_count":1}' headers: Content-Length: - - "12534" + - "779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:36 GMT - Link: - - ; rel="first",; - rel="previous",; rel="last" + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,43 +1561,85 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa46f8df-ba10-48df-93b3-a7816fc67f2f - X-Total-Count: - - "66" + - 0d287a9a-56a5-4575-88d9-25189d8dc018 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa + method: GET + response: + body: '{"image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu + 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "616" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:28 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a670d7a1-9c90-4fe6-bc58-22c8143262fc status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}}' + body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}}' + body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' headers: Content-Length: - - "365" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:37 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/8f07328e-8e51-494a-aafe-1ffd50fde8da + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/e4130a94-fec0-4d1d-8966-ecb30e6321b4 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df1920bd-dab5-4e12-a71b-1e06ae7480d5 + - 20eab62c-a643-42c2-85e2-9efa0d81cb10 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, - "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], - "mac_address": "de:00:00:5f:a3:85", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.849320+00:00", "modification_date": - "2024-07-05T13:19:37.849320+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, - "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], - "mac_address": "de:00:00:5f:a3:85", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.849320+00:00", "modification_date": - "2024-07-05T13:19:37.849320+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3164" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88be1284-e886-45a0-986b-e9b607f00810 + - f1fce20b-2b2d-4206-b891-dcf8613a42e2 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "10173319-e1a9-4fe7-b1c6-8c554d44283b", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action", - "href_result": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f", "started_at": - "2024-07-05T13:19:38.995589+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action method: POST response: - body: '{"task": {"id": "10173319-e1a9-4fe7-b1c6-8c554d44283b", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action", - "href_result": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f", "started_at": - "2024-07-05T13:19:38.995589+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:38 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/10173319-e1a9-4fe7-b1c6-8c554d44283b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/07587a36-5cb7-4c8b-8427-f8deeb21810f Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1665,101 +1785,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f13f7a3d-ce3a-4949-ae4f-912f4a6a2f43 + - db854dcc-974e-41b9-ab4b-56097ba5b07c status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + method: GET + response: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", + "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "2695" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3ee26588-86a3-4204-8e8f-24d47e69dbe6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3186" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:39 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1767,103 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4b9ec37-3009-4706-92de-b980b54b39d7 + - 342d0296-505f-4c60-8176-29a0a3cca16f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:44 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,103 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf659b73-a67e-4feb-94dc-3c6dcf42f621 + - cb7c9e6b-0e2f-4192-8bea-dd14eb681461 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:49 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,103 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6ce4989-1403-42c4-be2f-f4f414a8d5a0 + - 4e00e6cb-2231-4b2c-9de7-2def092f4c3f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:38.657221+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3285" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:54 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2079,103 +2251,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 454699d1-d155-4f97-8ef4-7bf7570ffa88 + - 123cb56c-a03a-49d4-ba56-7020fc62441a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3316" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:59 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2183,179 +2345,159 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ad2aa77-b1d2-4fb0-8cbf-41eb4de225ef + - 710930fb-bf31-418b-86bc-a53e8a362c0b status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", + "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": + "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}, - {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-condescending-moore", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", + "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": + "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "67416ab5-0e8c-4ae7-a80d-e31867b367ae", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "bf39e643-b4cb-41a4-be7f-e12d2b1f90e6", "name": "cli-srv-condescending-moore"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:37.813493+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", "address": - "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}, "public_ips": [{"id": "e8d1b6b8-0006-4bce-91e1-2b2b09c9e37d", - "address": "51.158.73.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "dbd42a62-afbc-4645-829f-0ee13a3b8c32"}], "mac_address": "de:00:00:5f:a3:87", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.813493+00:00", - "modification_date": "2024-07-05T13:19:56.003568+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "54", "hypervisor_id": "402", "node_id": "7"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}]}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' headers: Content-Length: - - "6594" + - "5602" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2363,33 +2505,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5350a073-7762-4de8-b9a1-45c54d533d36 + - 21f83334-9d05-4cee-adb6-25a9c78351a3 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:35.663167Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec4060dc-128a-484a-b999-d6b87b309dc0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"ec4060dc-128a-484a-b999-d6b87b309dc0","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"4c708c3f-1b97-45ca-83a5-65d44e59d3e1","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:33.011948Z","updated_at":"2024-07-05T13:19:34.299684Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"bfd568c3-351e-49c8-948e-15c0ff13f577","ip_address":"195.154.73.251","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec4060dc-128a-484a-b999-d6b87b309dc0","reverse":"195-154-73-251.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:32.292796Z","updated_at":"2024-07-05T13:19:35.663167Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2397,7 +2561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba567ad1-45f8-4f23-9130-be08fccf585d + - 5958bb37-59fa-4877-ade0-ef578f24f035 status: 200 OK code: 200 duration: "" @@ -2406,8 +2570,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec4060dc-128a-484a-b999-d6b87b309dc0?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5?release_ip=false method: DELETE response: body: "" @@ -2417,9 +2581,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2427,103 +2591,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a27eef8-7d82-479b-a450-db53097691a2 + - 80c5265e-b3d4-41cf-b407-768de7b849b8 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + method: GET + response: + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1b2b0233-8f66-44bb-a0d7-90e5279b76b8 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9d43dc2a-60d1-4ac8-8a18-ca105edcee23 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3316" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2531,103 +2771,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6466d016-6a24-46da-9e22-59067e7080db + - fbcb9529-880a-460a-b218-226a9f132f1e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:58.575168+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", - "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3316" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2635,43 +2865,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 396e110c-b1e9-4072-b022-041ede4ef3f2 + - 35737836-b545-4bd9-ab5e-6ccbfdc8bc19 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "c94cc4fc-c9e7-4b78-acb4-79ccf6ec52d1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action", - "href_result": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f", "started_at": - "2024-07-05T13:20:00.956405+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action method: POST response: - body: '{"task": {"id": "c94cc4fc-c9e7-4b78-acb4-79ccf6ec52d1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f/action", - "href_result": "/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f", "started_at": - "2024-07-05T13:20:00.956405+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/c94cc4fc-c9e7-4b78-acb4-79ccf6ec52d1 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2679,103 +2909,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 45b4c23b-9b7c-40b4-b1fe-91a7c3bf3e50 + - c2fa7675-e76a-4ca6-a487-a7774ce77f71 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:00 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2783,103 +3003,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3dc18fff-63cd-403f-b524-a0216eebb15f + - 1368faa3-6626-4cbb-ba50-5597e239d9ba status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:06 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2887,103 +3097,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a006527c-716b-4657-9cb8-3cc145f60b58 + - 7d039f48-8aac-479b-93fc-15ab7ceaad49 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:11 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2991,103 +3191,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 382b9763-6443-4e5c-8f9f-fcb084fb7df5 + - 43ed9fca-9054-4d2d-b07e-411ec42a0363 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:16 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3095,103 +3285,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78599436-0fa1-4d1b-9197-2cb35bb702af + - 915f32fc-5b18-46ab-a6c7-7d5b9a2092eb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:21 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3199,103 +3379,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd3b9684-8546-411c-8ee7-5f1fa351a235 + - a47a090e-3018-4940-bbf4-68af30402895 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:27 GMT + - Wed, 08 Jan 2025 14:22:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3303,103 +3473,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b58367ec-e493-41d8-a46f-b16fa5a12391 + - 7b1fd8ca-7bba-47e7-b49a-df85148bfda6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:32 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3407,103 +3567,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5df0f4d3-49c0-478a-91fe-42a93f2250a2 + - 89ecbe6f-8436-4e6b-b396-894c529b4997 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:37 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3511,103 +3661,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a21d8c3-3139-4f39-9e72-773b40501c04 + - ff011e82-892e-43ff-bc21-e94a880e0211 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:42 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3615,103 +3755,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b11f14a4-8915-42eb-920b-e3ec58f8dcb5 + - d5cffa87-bf0b-45df-8e1b-736694b59470 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": - "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", - "address": "51.158.115.76", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], "mac_address": "de:00:00:5f:a3:85", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:20:00.844813+00:00", "bootscript": {"id": - "fdfe150f-a870-4ce4-b432-9f56b5b995c1", "public": true, "title": "x86_64 mainline - 4.4.230 rev1", "architecture": "x86_64", "organization": "11111111-1111-4111-8111-111111111111", - "project": "11111111-1111-4111-8111-111111111111", "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": - "14", "cluster_id": "41", "hypervisor_id": "601", "node_id": "30"}, "maintenances": - [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, - "private_nics": [], "zone": "fr-par-1"}}' + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' headers: Content-Length: - - "3276" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:47 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3719,101 +3849,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d854c701-1540-447e-b84e-fd67cd1bd4df + - 259b32a9-3491-433c-91a7-2f91646986f3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, - "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], - "mac_address": "de:00:00:5f:a3:85", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.849320+00:00", "modification_date": - "2024-07-05T13:20:51.280279+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-vigilant-yonath", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c873fcd6-fcbe-4748-b293-175e6b98b312", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "66d02cb0-1f56-44a5-a784-b2af3deee94f", "name": "cli-srv-vigilant-yonath"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:37.849320+00:00", - "modification_date": "2024-07-05T13:19:37.849320+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}, - "public_ips": [{"id": "8f07328e-8e51-494a-aafe-1ffd50fde8da", "address": "51.158.115.76", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "bab293f4-7c6c-446d-93a6-03bedaeadd1b"}], - "mac_address": "de:00:00:5f:a3:85", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:37.849320+00:00", "modification_date": - "2024-07-05T13:20:51.280279+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3164" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:53 GMT + - Wed, 08 Jan 2025 14:22:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3821,7 +3939,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 586ba21f-3e4f-475e-9b12-315819fb012c + - 302dc295-323f-48df-b6b4-fb10eb2e392a status: 200 OK code: 200 duration: "" @@ -3830,8 +3948,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/66d02cb0-1f56-44a5-a784-b2af3deee94f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:22:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f289ec2e-c254-4b28-95a8-c868608d105d + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/772ce64e-c444-4ac4-acf3-da99471f26f0 method: DELETE response: body: "" @@ -3841,9 +3989,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:53 GMT + - Wed, 08 Jan 2025 14:22:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3851,7 +3999,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18e870a5-21b9-47bb-b6b5-7d3b657d285a + - 4cc1d11d-31ef-44da-8f3b-056baa49bf44 status: 204 No Content code: 204 duration: "" @@ -3860,8 +4008,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c873fcd6-fcbe-4748-b293-175e6b98b312 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -3871,9 +4019,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:20:53 GMT + - Wed, 08 Jan 2025 14:22:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3881,7 +4029,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6ba4efd-76ca-4ca4-aab6-c808328fd38b + - 9947a027-93e5-40dd-aee3-7dbd8a22238c status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden index 5c921aaba3..32e5fd9942 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 66d02cb0-1f56-44a5-a784-b2af3deee94f +Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 66d02cb0-1f56-44a5-a784-b2af3deee94f (cli-srv-vigilant-yonath) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 66d02cb0-1f56-44a5-a784-b2af3deee94f" + "message": "server 90a2af1d-da01-4f49-b3ea-82d084c3e0ad (cli-srv-interesting-mcnulty) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml index ae77b0a962..ac09c75e37 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246063Z", - "updated_at":"2023-07-06T12:49:00.624246063Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535780826Z", "updated_at":"2025-01-08T14:20:44.535780826Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246063Z", - "updated_at":"2023-07-06T12:49:00.624246063Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535780826Z", "updated_at":"2025-01-08T14:20:44.535780826Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "895" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:00 GMT + - Wed, 08 Jan 2025 14:20:44 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c6b0608-e357-4d74-8f9a-8598e2a7a381 + - e887caff-f88d-498c-b22a-d7fe2f7f28de status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246Z", - "updated_at":"2023-07-06T12:49:00.624246Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.535781Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246Z", - "updated_at":"2023-07-06T12:49:00.624246Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.535781Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "889" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:00 GMT + - Wed, 08 Jan 2025 14:20:44 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8977ba9-406d-45eb-8b6e-2069cd2f3112 + - 6c54fb65-7290-47b0-af51-109a67497cbc status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:00.952196Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.833147Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:00.952196Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.833147Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:03 GMT + - Wed, 08 Jan 2025 14:20:46 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f21ce8c-7c76-4755-97ce-2250dcdd7065 + - 95614b87-f7dc-43e9-886b-c7dad2145e44 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cbfc982-3d12-4707-b531-39942663dc46 + - a1609a20-732a-403c-956f-c2cce38a5594 status: 200 OK code: 200 duration: "" @@ -215,29 +215,31 @@ interactions: body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key", "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z", "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "editable":true, "creation_ip":"51.159.46.153", "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' + "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153", + "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWXXXXXXXXXXXXXXXXX + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWBDFF054RNNE8204AJ method: GET response: body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key", "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z", "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "editable":true, "creation_ip":"51.159.46.153", "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' + "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153", + "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' headers: Content-Length: - - "353" + - "388" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -245,65 +247,65 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd919a7c-d70a-48b4-b97a-107b5b8cc904 + - fb1f72f3-0bd3-442a-be20-71b8110ea7b2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", "type":"custom", "status":"ready", + body: '{"id":"bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "type":"custom", "status":"ready", "common_name":"example.com", "subject_alternative_name":["www.example.com"], "fingerprint":"", "not_valid_before":"2022-11-14T16:09:11Z", "not_valid_after":"2023-11-14T16:09:11Z", - "lb":{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + "lb":{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "name":"cli-certificate-quizzical-chaplygin", "created_at":"2023-07-06T12:49:05.222553610Z", - "updated_at":"2023-07-06T12:49:05.222553610Z", "status_details":null}' + "name":"cli-certificate-cocky-noyce", "created_at":"2025-01-08T14:20:49.055405294Z", + "updated_at":"2025-01-08T14:20:49.055405294Z", "status_details":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d/certificates + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73/certificates method: POST response: - body: '{"id":"09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", "type":"custom", "status":"ready", + body: '{"id":"bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "type":"custom", "status":"ready", "common_name":"example.com", "subject_alternative_name":["www.example.com"], "fingerprint":"", "not_valid_before":"2022-11-14T16:09:11Z", "not_valid_after":"2023-11-14T16:09:11Z", - "lb":{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + "lb":{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "name":"cli-certificate-quizzical-chaplygin", "created_at":"2023-07-06T12:49:05.222553610Z", - "updated_at":"2023-07-06T12:49:05.222553610Z", "status_details":null}' + "name":"cli-certificate-cocky-noyce", "created_at":"2025-01-08T14:20:49.055405294Z", + "updated_at":"2025-01-08T14:20:49.055405294Z", "status_details":null}' headers: Content-Length: - - "1532" + - "1522" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -311,7 +313,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab5eea16-3798-4a9f-845e-b108772124c5 + - 624be585-5623-4b77-a392-a0cfdc71e138 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 + method: GET + response: + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f25a3c89-a18c-4cf8-a479-c0b2fb2647cd status: 200 OK code: 200 duration: "" @@ -320,8 +376,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73?release_ip=false method: DELETE response: body: "" @@ -331,9 +387,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -341,53 +397,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a351341-410c-4320-a1dd-4a5c2e3f48c7 + - fba72b0e-951a-4001-b430-4d99ecbb6882 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:05.578406Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:49.508135Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:05.578406Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:49.508135Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -395,7 +451,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b0495f7-07e4-485c-a1fb-2c5035ad3553 + - a41392a6-f665-4bcf-aef4-612da7fe5ed2 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a784602-836c-4722-ae13-c3afccd50343 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3f433c72-603f-42f1-9b46-0a7b21aefbb3 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden index 1f322409cd..58183c5342 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden @@ -1,19 +1,19 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Type custom -ID 09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab +ID bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89 CommonName example.com SubjectAlternativeName.0 www.example.com Fingerprint - NotValidBefore few seconds ago NotValidAfter few seconds ago Status ready -Name cli-certificate-quizzical-chaplygin +Name cli-certificate-cocky-noyce CreatedAt few seconds ago UpdatedAt few seconds ago Lb: -ID abbd0516-349d-4e27-a4ed-f96ba6259f7d +ID 7278bfe3-b9d5-4f0b-9ab3-542710405d73 Name cli-test Description cli-test Status ready @@ -31,16 +31,16 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -bf85ad58-3ffa-4d79-950d-57cd1a53e4f3 195.154.71.202 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 abbd0516-349d-4e27-a4ed-f96ba6259f7d 195-154-71-202.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 7278bfe3-b9d5-4f0b-9ab3-542710405d73 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "type": "custom", - "id": "09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", + "id": "bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "common_name": "example.com", "subject_alternative_name": [ "www.example.com" @@ -50,15 +50,15 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "not_valid_after": "2023-11-14T16:09:11Z", "status": "ready", "lb": { - "id": "abbd0516-349d-4e27-a4ed-f96ba6259f7d", + "id": "7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "f0db7c8b-be87-489e-8c1d-200aac84639e", + "id": "35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", "status": "ready", - "ip_address": "10.68.44.31", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -69,13 +69,13 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address": "195.154.71.202", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse": "195-154-71-202.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } @@ -93,7 +93,7 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "region": "fr-par", "zone": "fr-par-1" }, - "name": "cli-certificate-quizzical-chaplygin", + "name": "cli-certificate-cocky-noyce", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "status_details": null diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml index fab4698ba8..d5e0f4d212 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address":"195.154.197.213", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse":"195-154-197-213.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:46:56.668336212Z", - "updated_at":"2023-07-06T12:46:56.668336212Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713701858Z", + "updated_at":"2025-01-08T14:25:40.713701858Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address":"195.154.197.213", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse":"195-154-197-213.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:46:56.668336212Z", - "updated_at":"2023-07-06T12:46:56.668336212Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713701858Z", + "updated_at":"2025-01-08T14:25:40.713701858Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "893" + - "896" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:56 GMT + - Wed, 08 Jan 2025 14:25:40 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,103 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5280231-174b-43bf-8f8f-cb65fbb0fe29 + - 57fd7a9b-4fba-41db-ac0f-4b9949cd9766 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"creating", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"unknown", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:56.913312Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713702Z", + "updated_at":"2025-01-08T14:25:40.713702Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713702Z", + "updated_at":"2025-01-08T14:25:40.713702Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "890" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fb0e1f7a-060c-41ce-9e2e-8ab52c8b34e0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"creating", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:56.924719Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:41.048005Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"creating", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"unknown", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:56.913312Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"creating", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:56.924719Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:41.048005Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1095" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:56 GMT + - Wed, 08 Jan 2025 14:25:43 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ba5d958-b800-4291-a8cd-675201f45054 + - 2931565d-acf3-4b19-b512-4f627e069046 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"ready", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:58.943586Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"ready", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:58.943586Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,7 +207,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9e80002-f4af-4d9f-9def-6fedad5b3de2 + - 0d0d169e-4e30-462a-90b8-185896e90cbd + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1092" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 406d8f5b-bdda-4baf-a7a5-cde547fc793c status: 200 OK code: 200 duration: "" @@ -166,8 +270,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df?release_ip=false method: DELETE response: body: "" @@ -177,9 +281,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -187,53 +291,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35397b0e-e423-4c2a-936b-82c2fdf50202 + - 55e7c06e-a8f3-468d-bdbd-f3367fe53c31 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"to_delete", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_delete", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:59.152514Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:45.286835Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"to_delete", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_delete", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:59.152514Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:45.286835Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -241,7 +345,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdc94a49-cd1b-401e-b31d-f0d8b8fcc374 + - 82ece557-3354-4934-9345-7c4b66dcb8f7 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a6e1ec27-6939-4421-b241-f7fe42036f37 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6f1f6f69-b767-4ceb-8e78-38d6c2c4dc36 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden index 407bb3a42a..8755c967dd 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 57c0ad68-037a-4e52-bbaf-d422d4d943fd +ID 745b7c8e-0fb8-4450-a6e4-ce59d95ed3df Name foobar Description foobar Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -8bfc3757-bbae-4b52-9325-d4acde51c110 195.154.197.213 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 57c0ad68-037a-4e52-bbaf-d422d4d943fd 195-154-197-213.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 745b7c8e-0fb8-4450-a6e4-ce59d95ed3df 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -2b506a8b-657f-486e-9bc6-21b93e595200 ready 10.65.72.21 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +f80547f2-75a2-4251-9734-61887d18d16f ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "57c0ad68-037a-4e52-bbaf-d422d4d943fd", + "id": "745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name": "foobar", "description": "foobar", "status": "ready", "instances": [ { - "id": "2b506a8b-657f-486e-9bc6-21b93e595200", + "id": "f80547f2-75a2-4251-9734-61887d18d16f", "status": "ready", - "ip_address": "10.65.72.21", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address": "195.154.197.213", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse": "195-154-197-213.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml index 0b8924ec62..99f6bdc570 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655546876Z","updated_at":"2024-07-05T13:19:23.655546876Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655546876Z","updated_at":"2024-07-05T13:19:23.655546876Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "877" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:23 GMT + - Wed, 08 Jan 2025 14:21:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 78ef2e0d-cfe8-4477-943f-8b3b7d355f78 + - c1a54006-8fc4-4954-8c8a-72d1b9a6983f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"unknown","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:23.986644Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:24.015216Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"unknown","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:23.986644Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:24.015216Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:24 GMT + - Wed, 08 Jan 2025 14:21:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 813f7c8a-aaab-4731-b821-6befa7e0a1ae + - 94487ddf-9a73-49c6-aa6a-1256b83e02a5 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:26.085113Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:24.015216Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:26.085113Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:24.015216Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:26 GMT + - Wed, 08 Jan 2025 14:21:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1ffc818-01a8-4207-907c-5491b4251c4e + - e4b6e978-4d2c-49ce-9910-ac24c38a637d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:26.085113Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:26.085113Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:28 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01b11d8c-95b7-44c2-8fcb-87e733c01a63 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","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_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","type":"instance_local"}],"total_count":2}' - headers: - Content-Length: - - "1183" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - 40bf4033-7116-46a3-9f71-f408bf7862b8 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/9c41e95b-add2-4ef8-b1b1-af8899748eda - method: GET - response: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:19: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: - - de3fa7a8-6032-4340-b919-371b7aece808 + - d27518d6-70a4-4507-9ee5-d1aaed8f5c9e status: 200 OK code: 200 duration: "" @@ -211,926 +215,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:28 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1142,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba4cd416-6be9-43bc-8d67-b89955db1c8c + - 79f7bdfe-82a0-4e0b-930b-a2290ea614b1 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:28 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,43 +1505,149 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 085ee40c-cf07-41f6-bf41-71185133bca3 + - 12a52498-2143-444a-b36c-574b638be316 X-Total-Count: - - "66" + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + headers: + Content-Length: + - "1300" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b99fd12-dcd0-4aee-a9c5-c117175794b7 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 + method: GET + response: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "612" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f0359cdd-8299-45d5-b97b-bad213994747 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}}' + body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}}' + body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' headers: Content-Length: - - "364" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:28 GMT + - Wed, 08 Jan 2025 14:21:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/5993f897-2385-4820-8a7a-693d525fb58b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f05542a3-9f0f-4c1a-8e87-0666ce026705 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1655,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7716bb2b-582c-4f89-878e-8219a30ea4be + - 5ccbdf13-f306-4cf0-b62f-f8205ccd5732 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-pedantic-hawking", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "35fe1e91-5390-4ceb-b8e0-60248811fb54", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:29.815254+00:00", - "modification_date": "2024-07-05T13:19:29.815254+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}, - "public_ips": [{"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}], - "mac_address": "de:00:00:5f:a3:6f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:29.815254+00:00", "modification_date": - "2024-07-05T13:19:29.815254+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-pedantic-hawking", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "35fe1e91-5390-4ceb-b8e0-60248811fb54", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:29.815254+00:00", - "modification_date": "2024-07-05T13:19:29.815254+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}, - "public_ips": [{"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}], - "mac_address": "de:00:00:5f:a3:6f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:29.815254+00:00", "modification_date": - "2024-07-05T13:19:29.815254+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3154" + - "2664" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:30 GMT + - Wed, 08 Jan 2025 14:21:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c0e09e5-86d3-496c-9767-030f1190af75 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,33 +1749,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb224de2-d590-48b0-9fe1-beed797ee7d8 + - 1be96fc7-f9c4-4367-b79c-a7e3443434c9 status: 201 Created code: 201 duration: "" - request: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.483081245Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734370Z","updated_at":"2024-07-05T13:19:30.453734370Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1/backends method: POST response: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.483081245Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734370Z","updated_at":"2024-07-05T13:19:30.453734370Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1904" + - "1967" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:30 GMT + - Wed, 08 Jan 2025 14:21:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1655,33 +1825,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b64320d-d1c1-4cdf-b945-2a71a9e8e800 + - 65070a95-f970-4f72-9864-865a7605f805 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.77.50"],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.837917425Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734Z","updated_at":"2024-07-05T13:19:30.819956351Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/backends/14bea189-e382-46e7-90fa-49179b9a0ac7/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98/servers method: POST response: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.77.50"],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.837917425Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734Z","updated_at":"2024-07-05T13:19:30.819956351Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1915" + - "1979" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:30 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1689,31 +1901,73 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e9104c5-1f77-440a-ae9b-25a71e780697 + - 43b81a94-ce56-44e5-b05f-d24f73391fc2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.77.50"],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.837917Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734Z","updated_at":"2024-07-05T13:19:30.819956Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' 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/lb/v1/zones/fr-par-1/backends/14bea189-e382-46e7-90fa-49179b9a0ac7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98 method: GET response: - body: '{"id":"14bea189-e382-46e7-90fa-49179b9a0ac7","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.77.50"],"lb":{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"pending","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:30.837917Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:19:30.453734Z","updated_at":"2024-07-05T13:19:30.819956Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1909" + - "1971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:31 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1721,31 +1975,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01c5f9d5-62c7-44a0-8a28-d648f148dae7 + - 82ad60aa-4995-44fa-88de-36cb8ec21bd4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:31.097744Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"b58a083d-433c-44af-8c97-13740dbb9161","status":"ready","ip_address":"","created_at":"2024-07-05T13:11:23.304187Z","updated_at":"2024-07-05T13:19:31.097744Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"b6680d7c-d745-4179-8769-f6fb7441b54b","ip_address":"51.159.207.76","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7","reverse":"51-159-207-76.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:19:23.655547Z","updated_at":"2024-07-05T13:19:27.178838Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1067" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:31 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1753,7 +2029,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffbb971e-d84d-4667-a527-1e76535bc8a5 + - 1d5ccc1e-1eea-403e-905c-290408e9311a status: 200 OK code: 200 duration: "" @@ -1762,8 +2038,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1?release_ip=false method: DELETE response: body: "" @@ -1773,9 +2049,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:31 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1783,101 +2059,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1398d15c-fb40-406a-bf72-a2687252c571 + - 295284e0-4373-455b-9ff1-d26528de279f status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + method: GET + response: + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6ae8bfd7-5c06-4907-9490-f839bdb636f6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1160f26-91d3-4032-a211-e896835b33ff + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-pedantic-hawking", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "35fe1e91-5390-4ceb-b8e0-60248811fb54", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:29.815254+00:00", - "modification_date": "2024-07-05T13:19:29.815254+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}, - "public_ips": [{"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}], - "mac_address": "de:00:00:5f:a3:6f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:29.815254+00:00", "modification_date": - "2024-07-05T13:19:29.815254+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c0e09e5-86d3-496c-9767-030f1190af75 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c method: GET response: - body: '{"server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-pedantic-hawking", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "35fe1e91-5390-4ceb-b8e0-60248811fb54", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "7c0e09e5-86d3-496c-9767-030f1190af75", "name": "cli-srv-pedantic-hawking"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:19:29.815254+00:00", - "modification_date": "2024-07-05T13:19:29.815254+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}, - "public_ips": [{"id": "5993f897-2385-4820-8a7a-693d525fb58b", "address": "51.158.77.50", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "f28df1e2-5c87-4681-a55b-23f4488c6044"}], - "mac_address": "de:00:00:5f:a3:6f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:19:29.815254+00:00", "modification_date": - "2024-07-05T13:19:29.815254+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3154" + - "2664" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:31 GMT + - Wed, 08 Jan 2025 14:21:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1885,7 +2235,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3a05bce-a05b-4daa-99a2-8905663cd26c + - f0011dad-4e94-4ad4-a05c-eec98bd12aa4 status: 200 OK code: 200 duration: "" @@ -1894,8 +2244,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7c0e09e5-86d3-496c-9767-030f1190af75 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 20d819b0-f4d5-4261-b46d-b85135943219 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0417787f-b3e7-4c92-93b5-a4f395e760ff method: DELETE response: body: "" @@ -1905,9 +2285,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:31 GMT + - Wed, 08 Jan 2025 14:21:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1915,7 +2295,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a4641f8-6f7e-4de0-894a-f7644370009e + - d0316db1-948b-4ebc-b76f-5d98a50614c3 status: 204 No Content code: 204 duration: "" @@ -1924,8 +2304,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/35fe1e91-5390-4ceb-b8e0-60248811fb54 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -1935,9 +2315,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:19:32 GMT + - Wed, 08 Jan 2025 14:21:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1945,7 +2325,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f7dfebba-6a37-49b6-863c-9cddb25a3d93 + - 064930b9-0443-494a-83b1-706a98862d41 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden index dec33c6083..b762894a03 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 14bea189-e382-46e7-90fa-49179b9a0ac7 +ID 4fa6bac4-eb88-433f-a694-5990dd0e3d98 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.77.50] +[51.158.97.213] Lb: -ID 0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 +ID 181036c6-e06a-4f79-9ff8-861413fc12d1 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -48,14 +48,14 @@ Zone fr-par-1 IPs: ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -b6680d7c-d745-4179-8769-f6fb7441b54b 51.159.207.76 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b 0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7 51-159-207-76.lb.fr-par.scw.cloud [] fr-par fr-par-1 +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 181036c6-e06a-4f79-9ff8-861413fc12d1 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -b58a083d-433c-44af-8c97-13740dbb9161 pending - few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +2b1e5522-d60b-43b9-8c82-4d5ae6b7131f ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "14bea189-e382-46e7-90fa-49179b9a0ac7", + "id": "4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ b58a083d-433c-44af-8c97-13740dbb9161 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.158.77.50" + "51.158.97.213" ], "lb": { - "id": "0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7", + "id": "181036c6-e06a-4f79-9ff8-861413fc12d1", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "b58a083d-433c-44af-8c97-13740dbb9161", - "status": "pending", + "id": "2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status": "ready", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ b58a083d-433c-44af-8c97-13740dbb9161 pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "b6680d7c-d745-4179-8769-f6fb7441b54b", - "ip_address": "51.159.207.76", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "0cb6d232-bcad-4e27-8e8e-9202d4a2c2c7", - "reverse": "51-159-207-76.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml index 432ab00ffa..79271a424f 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589896584Z","updated_at":"2024-07-05T13:23:12.589896584Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589896584Z","updated_at":"2024-07-05T13:23:12.589896584Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "879" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:12 GMT + - Wed, 08 Jan 2025 14:20:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1507b8ad-01a5-4851-b1c0-ee74410fdc76 + - 75aef4bc-7049-4c36-9aa1-d161f75c7ee3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:12.589897Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:12.589897Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "873" + - "1106" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:12 GMT + - Wed, 08 Jan 2025 14:20:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49ab1d22-a1b7-4c8b-b2ba-2cfe35c17b65 + - b4583eca-c078-4b77-8a22-7e1b137dbb85 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:14.678631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:12.901175Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:14.678631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:12.901175Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:14 GMT + - Wed, 08 Jan 2025 14:20:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73b95768-0c0f-44fa-8990-145967c4d5c7 + - d333c7f2-4f63-42a8-a4a4-de5fdc70b549 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:14.678631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:14.678631Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:17 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c671f616-7829-45c3-bf62-4b8d8b636044 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","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_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","type":"instance_local"}],"total_count":2}' - headers: - Content-Length: - - "1183" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:23:17 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: - - 085ef317-e03b-454a-a2d9-aea28a3dac6a - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/9c41e95b-add2-4ef8-b1b1-af8899748eda - method: GET - response: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:23:17 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: - - 0fda3a26-9e3e-476a-a4e2-f3157ca1a36d + - 7fab553f-3e6d-490b-a603-d19d970a6470 status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:17 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8828e5d0-4c10-46d7-8dc3-38e6da082fad + - 69e84cfc-f786-45f7-b414-3591da2ecd50 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:16 GMT + - Wed, 08 Jan 2025 14:20:32 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,43 +1509,149 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd76e2c8-efb8-438b-8c90-14f3f1884203 + - 1f4afca3-f0b7-42af-9c71-f6695cf7a0e0 X-Total-Count: - - "66" + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + headers: + Content-Length: + - "1300" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 12c9fa8e-9bc9-4672-bbef-462b653b622b + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 + method: GET + response: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "612" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a8b570ef-6029-4f4c-87f6-4525fe095ba2 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}}' + body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}}' + body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' headers: Content-Length: - - "367" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:17 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/bd71485a-68ae-43eb-9ffd-fc03eb73b544 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/77c55ccf-e1dd-4052-ace3-32be2de61ffd Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1659,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c397b97-fddc-468a-bca8-cbb7ffc45c12 + - 434e7874-6405-43ef-9512-5b1ef66fb7fc status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-youthful-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "1b93dcf1-fb07-4f25-b791-832d14397c3d", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:18.190325+00:00", - "modification_date": "2024-07-05T13:23:18.190325+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}, - "public_ips": [{"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}], - "mac_address": "de:00:00:5f:a3:d9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:18.190325+00:00", "modification_date": - "2024-07-05T13:23:18.190325+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-youthful-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "1b93dcf1-fb07-4f25-b791-832d14397c3d", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:18.190325+00:00", - "modification_date": "2024-07-05T13:23:18.190325+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}, - "public_ips": [{"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}], - "mac_address": "de:00:00:5f:a3:d9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:18.190325+00:00", "modification_date": - "2024-07-05T13:23:18.190325+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3157" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:18 GMT + - Wed, 08 Jan 2025 14:20:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3144e7b-deba-4be6-82b3-5c2b8ca90c18 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,33 +1753,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74a52dbc-74a9-4e5b-aa24-b72baf697ade + - 449b9026-a2ce-42b9-aefe-f36439dfb702 status: 201 Created code: 201 duration: "" - request: - body: '{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:18.763154284Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780315Z","updated_at":"2024-07-05T13:23:18.711780315Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/backends method: POST response: - body: '{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:18.763154284Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780315Z","updated_at":"2024-07-05T13:23:18.711780315Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1906" + - "1967" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:18 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1655,33 +1829,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa569a16-1317-4fac-a4e1-1c7036b16725 + - bde0c04c-fd00-4e1d-8d26-7eba847bd240 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"6e145511-3503-405e-9613-8437b5176818","name":"cli-test","inbound_port":8888,"backend":{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780Z","updated_at":"2024-07-05T13:23:18.711780Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:19.291014390Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:19.188012Z","updated_at":"2024-07-05T13:23:19.188012Z","enable_http3":false}' + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' 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/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979/frontends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/frontends method: POST response: - body: '{"id":"6e145511-3503-405e-9613-8437b5176818","name":"cli-test","inbound_port":8888,"backend":{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780Z","updated_at":"2024-07-05T13:23:18.711780Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:19.291014390Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:19.188012Z","updated_at":"2024-07-05T13:23:19.188012Z","enable_http3":false}' + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' headers: Content-Length: - - "3040" + - "3136" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:19 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1689,31 +1929,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2dcece8c-c164-445f-9e70-efdbf1ff4950 + - 7db3e870-f295-4e07-83dd-eb6db41eab5b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"6e145511-3503-405e-9613-8437b5176818","name":"cli-test","inbound_port":8888,"backend":{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780Z","updated_at":"2024-07-05T13:23:18.711780Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:19.188012Z","updated_at":"2024-07-05T13:23:19.188012Z","enable_http3":false}' + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' 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/lb/v1/zones/fr-par-1/frontends/6e145511-3503-405e-9613-8437b5176818 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/fa50b47b-79e0-4936-bfea-f5d2f743b6e2 method: GET response: - body: '{"id":"6e145511-3503-405e-9613-8437b5176818","name":"cli-test","inbound_port":8888,"backend":{"id":"adccadda-ecce-46df-937c-ede422e41ba8","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:18.711780Z","updated_at":"2024-07-05T13:23:18.711780Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:19.188012Z","updated_at":"2024-07-05T13:23:19.188012Z","enable_http3":false}' + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' headers: Content-Length: - - "2835" + - "2925" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:19 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1721,31 +2023,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46ab0721-4e2b-42c0-829f-f7d6fa833242 + - bd3fef33-8b49-469f-aa1a-57b25f2f1081 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:19.291014Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"53d7d87d-354b-40c2-969a-fc9780d8d4b3","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:55.429720Z","updated_at":"2024-07-05T13:23:19.291014Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2","ip_address":"51.159.115.159","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"ec828afd-0ac0-4d73-b6ee-7ad3e68fc979","reverse":"51-159-115-159.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:12.589897Z","updated_at":"2024-07-05T13:23:16.123624Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1071" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:19 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1753,7 +2077,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9370c79-923e-4390-b753-bcd00cef5433 + - 10ab8248-33dc-4876-9be5-694dc90c4aff status: 200 OK code: 200 duration: "" @@ -1762,8 +2086,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ec828afd-0ac0-4d73-b6ee-7ad3e68fc979?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588?release_ip=false method: DELETE response: body: "" @@ -1773,9 +2097,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:20 GMT + - Wed, 08 Jan 2025 14:20:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1783,101 +2107,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 786f7b04-5701-41bd-b370-c3b1eaa347a0 + - c7fe4931-dcff-47a1-8138-77580077ae27 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + method: GET + response: + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c494adfc-2dc7-4388-87e0-1bb6e94d77f0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 898276a8-e8e8-49e8-bda5-df388d6a84fe + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-youthful-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "1b93dcf1-fb07-4f25-b791-832d14397c3d", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:18.190325+00:00", - "modification_date": "2024-07-05T13:23:18.190325+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}, - "public_ips": [{"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}], - "mac_address": "de:00:00:5f:a3:d9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:18.190325+00:00", "modification_date": - "2024-07-05T13:23:18.190325+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3144e7b-deba-4be6-82b3-5c2b8ca90c18 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 method: GET response: - body: '{"server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-youthful-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "1b93dcf1-fb07-4f25-b791-832d14397c3d", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "b3144e7b-deba-4be6-82b3-5c2b8ca90c18", "name": "cli-srv-youthful-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:18.190325+00:00", - "modification_date": "2024-07-05T13:23:18.190325+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}, - "public_ips": [{"id": "bd71485a-68ae-43eb-9ffd-fc03eb73b544", "address": "163.172.168.160", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "28fa4b9e-e288-4bba-bc69-eb7a6e3215be"}], - "mac_address": "de:00:00:5f:a3:d9", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:18.190325+00:00", "modification_date": - "2024-07-05T13:23:18.190325+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3157" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:20 GMT + - Wed, 08 Jan 2025 14:20:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1885,7 +2283,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b4880e9-65b2-4739-9d33-ec8f27f32027 + - 49f05114-cef8-4446-97fc-36f41726612d status: 200 OK code: 200 duration: "" @@ -1894,8 +2292,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/b3144e7b-deba-4be6-82b3-5c2b8ca90c18 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 578afaef-d6b3-46f2-be62-a50bb595d92a + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/418b66cd-32f5-422a-a800-b4b1e3586c3e method: DELETE response: body: "" @@ -1905,9 +2333,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:20 GMT + - Wed, 08 Jan 2025 14:20:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1915,7 +2343,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47210050-65c1-4a6c-907e-5fb30170c7ad + - 6fcde547-427b-4953-97aa-c1cc4064cc50 status: 204 No Content code: 204 duration: "" @@ -1924,8 +2352,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/1b93dcf1-fb07-4f25-b791-832d14397c3d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -1935,9 +2363,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:20 GMT + - Wed, 08 Jan 2025 14:20:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1945,7 +2373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f19176c-dbd7-4330-b524-14ed6e244ebe + - 35ec9993-189b-4eb3-afb2-0bc6af8ff432 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden index 9f082464cb..f2930d5352 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 6e145511-3503-405e-9613-8437b5176818 +ID fa50b47b-79e0-4936-bfea-f5d2f743b6e2 Name cli-test InboundPort 8888 TimeoutClient 5m0s @@ -9,12 +9,12 @@ UpdatedAt few seconds ago EnableHTTP3 false Lb: -ID ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 +ID 0976939a-6601-4777-a155-471c7fb73588 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 1 BackendCount 1 Type lb-s @@ -27,14 +27,14 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2 51.159.115.159 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 51-159-115-159.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE Backend: -ID adccadda-ecce-46df-937c-ede422e41ba8 +ID 4ec2aef8-125b-4bf3-8ea4-3d44875e7b47 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -63,12 +63,12 @@ Pool: [] Lb: -ID ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 +ID 0976939a-6601-4777-a155-471c7fb73588 Name cli-test Description cli-test Status ready -OrganizationID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b -ProjectID ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 1 BackendCount 1 Type lb-s @@ -81,18 +81,18 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2 51.159.115.159 ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b ec828afd-0ac0-4d73-b6ee-7ad3e68fc979 51-159-115-159.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "6e145511-3503-405e-9613-8437b5176818", + "id": "fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name": "cli-test", "inbound_port": 8888, "backend": { - "id": "adccadda-ecce-46df-937c-ede422e41ba8", + "id": "4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -110,21 +110,21 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE }, "pool": [], "lb": { - "id": "ec828afd-0ac0-4d73-b6ee-7ad3e68fc979", + "id": "0976939a-6601-4777-a155-471c7fb73588", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2", - "ip_address": "51.159.115.159", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "ec828afd-0ac0-4d73-b6ee-7ad3e68fc979", - "reverse": "51-159-115-159.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "0976939a-6601-4777-a155-471c7fb73588", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" @@ -160,21 +160,21 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE "timeout_tunnel": 900000 }, "lb": { - "id": "ec828afd-0ac0-4d73-b6ee-7ad3e68fc979", + "id": "0976939a-6601-4777-a155-471c7fb73588", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "c4d004f5-c344-4f01-ae4c-a7ccf2a8a2d2", - "ip_address": "51.159.115.159", - "organization_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project_id": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "lb_id": "ec828afd-0ac0-4d73-b6ee-7ad3e68fc979", - "reverse": "51-159-115-159.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "0976939a-6601-4777-a155-471c7fb73588", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml index 475ed15da4..5695b23feb 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956449Z", - "updated_at":"2023-07-06T12:47:23.203956449Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916329Z", + "updated_at":"2025-01-08T14:25:52.253916329Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956449Z", - "updated_at":"2023-07-06T12:47:23.203956449Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916329Z", + "updated_at":"2025-01-08T14:25:52.253916329Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "897" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:23 GMT + - Wed, 08 Jan 2025 14:25:52 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62fc42ea-e051-4b4e-95f7-9c8fec1febb3 + - 20c250ca-4cea-4ba8-95fc-6feac2d99526 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956Z", - "updated_at":"2023-07-06T12:47:23.203956Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916Z", + "updated_at":"2025-01-08T14:25:52.253916Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956Z", - "updated_at":"2023-07-06T12:47:23.203956Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916Z", + "updated_at":"2025-01-08T14:25:52.253916Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "891" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:23 GMT + - Wed, 08 Jan 2025 14:25:52 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cced3115-7a75-4392-af26-06fda022d3a3 + - a1c210de-5189-4f8a-9c57-7d828477abc4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:52.536538Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:23.486986Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:52.544003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:52.536538Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:23.486986Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:52.544003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1108" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:25 GMT + - Wed, 08 Jan 2025 14:25:54 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 138fead0-61ce-4751-9db3-0e0caf849bd2 + - cbc8ce64-da1b-42c6-b3ac-54bb3ff20e66 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:56 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,53 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f72b6c3-7a49-44a7-b443-d25c0aae6dcf + - b5966e42-afd2-44ce-99da-2ceb64e1c2b4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:56 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -261,7 +261,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c24439f3-533a-4dae-a43e-4d0b7cad895c + - 64e9c577-c6e3-415c-bd3f-205a59d03fc0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 + method: GET + response: + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1096" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5d509af5-f2a2-4913-96e1-4757ac76a11f status: 200 OK code: 200 duration: "" @@ -270,8 +324,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3?release_ip=false method: DELETE response: body: "" @@ -281,9 +335,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:57 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,53 +345,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8ca715a-8d46-4af9-ab66-f2c3a818de8c + - a6809061-fef7-482c-90b5-adfe95f0b793 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:27.786908Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.828178Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:27.786908Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.828178Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:57 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -345,7 +399,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 122d5980-8f23-4807-8add-45658c46d921 + - 6b2e19bd-c3c3-4c51-ac0c-3403a6903950 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 029755a9-9b2a-4e43-ad9d-cd925c61147e + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - abeb546f-04f0-493a-a494-d8eb3dd03dd0 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden index 6b22805bba..b791a52985 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID e35470a7-86c9-49f4-a5b8-df15d27bbce5 +ID 4a5dd5b6-6f7a-40df-aff1-5977a73469f3 Name cli-test Description cli-test Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0 195.154.196.180 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e35470a7-86c9-49f4-a5b8-df15d27bbce5 195-154-196-180.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 4a5dd5b6-6f7a-40df-aff1-5977a73469f3 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -084c01a5-e8b3-413a-851c-2335de23c116 ready 10.64.254.65 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +beea700d-b203-43de-8382-1028d521ce64 ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "e35470a7-86c9-49f4-a5b8-df15d27bbce5", + "id": "4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "084c01a5-e8b3-413a-851c-2335de23c116", + "id": "beea700d-b203-43de-8382-1028d521ce64", "status": "ready", - "ip_address": "10.64.254.65", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPD "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address": "195.154.196.180", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse": "195-154-196-180.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml index e30cb7dffc..3310b21cc7 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053455939Z","updated_at":"2024-07-05T13:23:21.053455939Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", + "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053455939Z","updated_at":"2024-07-05T13:23:21.053455939Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", + "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "879" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:21 GMT + - Wed, 08 Jan 2025 14:26:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02635f23-e86b-4746-8498-8be59f02bc25 + - 80f02104-ae49-46e6-b0f9-194bf4d61a70 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"unknown","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:21.336309Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:21.344580Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"unknown","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:21.336309Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:21.344580Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1074" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:21 GMT + - Wed, 08 Jan 2025 14:26:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1e142ce-7f99-44c1-ae77-0b7cbfb871d7 + - 6285ed58-da3b-42c8-9dec-a0cc068b78a6 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:23.384994Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:21.344580Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:23.384994Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:21.344580Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:23 GMT + - Wed, 08 Jan 2025 14:26:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47e3a3d6-d337-436b-b035-5948d7137ed5 + - 03c657d3-bb03-4fa0-954a-1889db26bfa8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:23.384994Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:23.384994Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:25 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,83 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4adaf787-8a86-4e0c-9a3f-d3fc8daf0432 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","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_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 - method: GET - response: - body: '{"local_images":[{"id":"19f37e3e-d8c4-43cb-a739-7ccefec2a489","arch":"arm64","zone":"fr-par-1","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_focal","type":"instance_local"},{"id":"9c41e95b-add2-4ef8-b1b1-af8899748eda","arch":"x86_64","zone":"fr-par-1","compatible_commercial_types":["DEV1-L","DEV1-M","DEV1-S","DEV1-XL","GP1-L","GP1-M","GP1-S","GP1-XL","GP1-XS","START1-L","START1-M","START1-S","START1-XS","VC1L","VC1M","VC1S","X64-120GB","X64-15GB","X64-30GB","X64-60GB","ENT1-XXS","ENT1-XS","ENT1-S","ENT1-M","ENT1-L","ENT1-XL","ENT1-2XL","PRO2-XXS","PRO2-XS","PRO2-S","PRO2-M","PRO2-L","STARDUST1-S","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_focal","type":"instance_local"}],"total_count":2}' - headers: - Content-Length: - - "1183" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:23:25 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: - - 376496a2-293d-4559-a553-3474aa382db5 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/9c41e95b-add2-4ef8-b1b1-af8899748eda - method: GET - response: - body: '{"image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", "name": "Ubuntu - 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", - "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "612" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Fri, 05 Jul 2024 13:23:25 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: - - 2e0a2b25-24f6-41b0-8cf2-3f1ebf76e76d + - af615447-001b-4263-932f-66430aa191c7 status: 200 OK code: 200 duration: "" @@ -211,926 +219,926 @@ interactions: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: body: '{"servers": {"COPARM1-16C-64G": {"alt_names": [], "arch": "arm64", "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": - 252.14, "hourly_price": 0.3454, "capabilities": {"boot_types": ["local", "rescue"], + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 252.14, + "hourly_price": 0.3454, "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}]}}, "COPARM1-2C-8G": {"alt_names": [], "arch": "arm64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 671088640}, "COPARM1-2C-8G": {"alt_names": + [], "arch": "arm64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 31.1, "hourly_price": 0.0426, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "COPARM1-32C-128G": {"alt_names": [], "arch": "arm64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "COPARM1-32C-128G": {"alt_names": + [], "arch": "arm64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 506.26, "hourly_price": 0.6935, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "COPARM1-4C-16G": {"alt_names": [], "arch": "arm64", "ncpus": - 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 1342177280}, "COPARM1-4C-16G": {"alt_names": + [], "arch": "arm64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 62.56, "hourly_price": 0.0857, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "COPARM1-8C-32G": {"alt_names": [], "arch": "arm64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "COPARM1-8C-32G": {"alt_names": + [], "arch": "arm64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 125.85, "hourly_price": 0.1724, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "DEV1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 335544320}, "DEV1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 80000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 36.1496, "hourly_price": 0.04952, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "DEV1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 3, "ram": - 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 209715200}, "DEV1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 3, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 40000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 18.6588, "hourly_price": 0.02556, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "DEV1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 157286400}, "DEV1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 20000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 9.9864, "hourly_price": 0.01368, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "DEV1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 53.3484, "hourly_price": 0.07308, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 104857600}, "DEV1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 12884901888, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 120000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 53.3484, "hourly_price": 0.07308, "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}]}}, "ENT1-2XL": {"alt_names": [], "arch": "x86_64", "ncpus": 96, - "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 2576.9, "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 20000000000, "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": + 500000000}]}, "block_bandwidth": 262144000}, "ENT1-2XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 96, "ram": 412316860416, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 2576.9, + "hourly_price": 3.53, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 20000000000, + "sum_internet_bandwidth": 20000000000, "interfaces": [{"internal_bandwidth": 20000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 20000000000}]}}, "ENT1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, - "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 20000000000}]}, "block_bandwidth": 21474836480}, "ENT1-L": {"alt_names": [], + "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "ENT1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": + 6400000000}]}, "block_bandwidth": 6710886400}, "ENT1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 430.7, + "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, + "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "ENT1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": + 3200000000}]}, "block_bandwidth": 3355443200}, "ENT1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 211.7, + "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, + "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "ENT1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 64, - "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "ENT1-XL": {"alt_names": [], + "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "ENT1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "ENT1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "ENT1-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 53.655, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], + 800000000}]}, "block_bandwidth": 838860800}, "ENT1-XXS": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 53.655, + "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "GP1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": + 400000000}]}, "block_bandwidth": 419430400}, "GP1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 576.262, "hourly_price": 0.7894, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 5000000000}]}}, "GP1-M": {"alt_names": [], "arch": "x86_64", "ncpus": 16, "ram": - 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": + 5000000000}]}, "block_bandwidth": 1073741824}, "GP1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 296.672, "hourly_price": 0.4064, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "GP1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": + 1500000000}]}, "block_bandwidth": 838860800}, "GP1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 300000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 149.066, "hourly_price": 0.2042, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "GP1-VIZ": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 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": 72.0, "hourly_price": 0.1, "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}]}}, "GP1-XL": {"alt_names": [], "arch": "x86_64", "ncpus": 48, "ram": - 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": + 800000000}]}, "block_bandwidth": 524288000}, "GP1-XL": {"alt_names": [], "arch": + "x86_64", "ncpus": 48, "ram": 274877906944, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 600000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 1220.122, "hourly_price": 1.6714, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 10000000000}]}}, "GP1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 150000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": + 10000000000}]}, "block_bandwidth": 2147483648}, "GP1-XS": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 150000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 74.168, "hourly_price": 0.1016, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "PLAY2-MICRO": {"alt_names": [], "arch": "x86_64", "ncpus": 4, - "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 39.42, "hourly_price": 0.054, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 500000000}]}, "block_bandwidth": 314572800}, "PLAY2-MICRO": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 39.42, "hourly_price": 0.054, "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}]}}, "PLAY2-NANO": {"alt_names": [], "arch": "x86_64", "ncpus": 2, - "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 167772160}, "PLAY2-NANO": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 19.71, "hourly_price": 0.027, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "PLAY2-PICO": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 10.22, "hourly_price": 0.014, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 200000000}]}, "block_bandwidth": 83886080}, "PLAY2-PICO": {"alt_names": [], + "arch": "x86_64", "ncpus": 1, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 10.22, "hourly_price": 0.014, "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": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "POP2-16C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 41943040}, "POP2-16C-64G": {"alt_names": [], + "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 430.7, "hourly_price": 0.59, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3200000000, "sum_internet_bandwidth": 3200000000, "interfaces": [{"internal_bandwidth": 3200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3200000000}]}}, "POP2-16C-64G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1063.391, "hourly_price": 1.4567, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-16C-64G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1063.391, "hourly_price": 1.4567, "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": - 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-2C-8G": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 53.66, "hourly_price": 0.0735, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-2C-8G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-2C-8G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 133.079, "hourly_price": 0.1823, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-32C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 32, "ram": 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-32C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 861.4, "hourly_price": 1.18, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6400000000, "sum_internet_bandwidth": 6400000000, "interfaces": [{"internal_bandwidth": 6400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 6400000000}]}}, "POP2-32C-128G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2126.709, "hourly_price": 2.9133, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-32C-128G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2126.709, "hourly_price": 2.9133, "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": - 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-4C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 107.31, "hourly_price": 0.147, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-4C-16G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 265.501, "hourly_price": 0.3637, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-4C-16G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 265.501, "hourly_price": 0.3637, "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": - 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-64C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1715.5, "hourly_price": 2.35, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 12800000000, "sum_internet_bandwidth": 12800000000, "interfaces": [{"internal_bandwidth": 12800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 12800000000}]}}, "POP2-8C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-8C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 211.7, "hourly_price": 0.29, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-8C-32G-WIN": {"alt_names": [], "arch": "x86_64", "ncpus": - 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": - {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": - 0, "max_size": 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-8C-32G-WIN": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 528.009, "hourly_price": 0.7233, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HC-16C-32G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 310.69, "hourly_price": 0.4256, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HC-16C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 310.69, "hourly_price": 0.4256, "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": - 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HC-2C-4G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 38.84, "hourly_price": 0.0532, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HC-32C-64G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 621.38, "hourly_price": 0.8512, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HC-32C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 621.38, "hourly_price": 0.8512, "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": - 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HC-4C-8G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 77.67, "hourly_price": 0.1064, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HC-64C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1242.75, "hourly_price": 1.7024, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HC-64C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1242.75, "hourly_price": 1.7024, "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": - 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HC-8C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 155.34, "hourly_price": 0.2128, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "POP2-HM-16C-128G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 601.52, "hourly_price": 0.824, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HM-16C-128G": {"alt_names": + [], "arch": "x86_64", "ncpus": 16, "ram": 137438953472, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 601.52, "hourly_price": 0.824, "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": - 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 3200000000}]}, "block_bandwidth": 3355443200}, "POP2-HM-2C-16G": {"alt_names": + [], "arch": "x86_64", "ncpus": 2, "ram": 17179869184, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 75.19, "hourly_price": 0.103, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 400000000}]}}, "POP2-HM-32C-256G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 1203.04, "hourly_price": 1.648, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 400000000}]}, "block_bandwidth": 419430400}, "POP2-HM-32C-256G": {"alt_names": + [], "arch": "x86_64", "ncpus": 32, "ram": 274877906944, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 1203.04, "hourly_price": 1.648, "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": - 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 6400000000}]}, "block_bandwidth": 6710886400}, "POP2-HM-4C-32G": {"alt_names": + [], "arch": "x86_64", "ncpus": 4, "ram": 34359738368, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 150.38, "hourly_price": 0.206, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 800000000, "sum_internet_bandwidth": 800000000, "interfaces": [{"internal_bandwidth": 800000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 800000000}]}}, "POP2-HM-64C-512G": {"alt_names": [], "arch": "x86_64", "ncpus": - 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": - 2406.08, "hourly_price": 3.296, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 800000000}]}, "block_bandwidth": 838860800}, "POP2-HM-64C-512G": {"alt_names": + [], "arch": "x86_64", "ncpus": 64, "ram": 549755813888, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 2406.08, "hourly_price": 3.296, "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": - 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 12800000000}]}, "block_bandwidth": 13421772800}, "POP2-HM-8C-64G": {"alt_names": + [], "arch": "x86_64", "ncpus": 8, "ram": 68719476736, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 300.76, "hourly_price": 0.412, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1600000000, "sum_internet_bandwidth": 1600000000, "interfaces": [{"internal_bandwidth": 1600000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1600000000}]}}, "PRO2-L": {"alt_names": [], "arch": "x86_64", "ncpus": 32, "ram": - 137438953472, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 640.21, "hourly_price": 0.877, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1600000000}]}, "block_bandwidth": 1677721600}, "POP2-HN-10": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 530.29, "hourly_price": 0.7264, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 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": - 319.74, "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 10000000000, "sum_internet_bandwidth": 10000000000, "interfaces": [{"internal_bandwidth": + 10000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 10000000000}]}, "block_bandwidth": 838860800}, "POP2-HN-3": {"alt_names": [], + "arch": "x86_64", "ncpus": 2, "ram": 4294967296, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 186.49, "hourly_price": 0.2554, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 3000000000}]}}}}' + 3000000000}]}, "block_bandwidth": 419430400}, "POP2-HN-5": {"alt_names": [], + "arch": "x86_64", "ncpus": 4, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": + {"l_ssd": {"min_size": 0, "max_size": 0}}, "scratch_storage_max_size": null, + "monthly_price": 330.29, "hourly_price": 0.4524, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 5000000000, "sum_internet_bandwidth": 5000000000, "interfaces": [{"internal_bandwidth": + 5000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 5000000000}]}, "block_bandwidth": 838860800}}}' headers: Content-Length: - - "38026" + - "38539" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:25 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1138,332 +1146,362 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f8855b0-8549-4bf0-b4b9-42c746f1be7b + - 50543c31-349f-4c74-8d32-4b7889bed510 X-Total-Count: - - "66" + - "68" status: 200 OK code: 200 duration: "" - request: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: - body: '{"servers": {"PRO2-S": {"alt_names": [], "arch": "x86_64", "ncpus": 8, - "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + body: '{"servers": {"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": - 159.87, "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1500000000, "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": + 0}}, "scratch_storage_max_size": null, "monthly_price": 640.21, "hourly_price": + 0.877, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 6000000000, + "sum_internet_bandwidth": 6000000000, "interfaces": [{"internal_bandwidth": + 6000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 6000000000}]}, "block_bandwidth": 2097152000}, "PRO2-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 16, "ram": 68719476736, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 319.74, + "hourly_price": 0.438, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 3000000000, + "sum_internet_bandwidth": 3000000000, "interfaces": [{"internal_bandwidth": + 3000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 3000000000}]}, "block_bandwidth": 1048576000}, "PRO2-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 34359738368, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 159.87, + "hourly_price": 0.219, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1500000000, + "sum_internet_bandwidth": 1500000000, "interfaces": [{"internal_bandwidth": 1500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1500000000}]}}, "PRO2-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": - 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 80.3, "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 700000000, "sum_internet_bandwidth": 700000000, "interfaces": [{"internal_bandwidth": - 700000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 700000000}]}}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": + 1500000000}]}, "block_bandwidth": 524288000}, "PRO2-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 17179869184, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": + 0, "max_size": 0}}, "scratch_storage_max_size": null, "monthly_price": 80.3, + "hourly_price": 0.11, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 700000000, "sum_internet_bandwidth": + 700000000, "interfaces": [{"internal_bandwidth": 700000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 700000000}]}, "block_bandwidth": + 262144000}, "PRO2-XXS": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 0}, "per_volume_constraint": {"l_ssd": {"min_size": 0, "max_size": - 0}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 40.15, "hourly_price": 0.055, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": - false, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 350000000, "sum_internet_bandwidth": 350000000, "interfaces": [{"internal_bandwidth": - 350000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 350000000}]}}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": + 0}}, "scratch_storage_max_size": null, "monthly_price": 40.15, "hourly_price": + 0.055, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": false, "private_network": + 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 350000000, "sum_internet_bandwidth": + 350000000, "interfaces": [{"internal_bandwidth": 350000000, "internet_bandwidth": + null}, {"internal_bandwidth": null, "internet_bandwidth": 350000000}]}, "block_bandwidth": + 131072000}, "RENDER-S": {"alt_names": [], "arch": "x86_64", "ncpus": 10, "ram": + 45097156608, "gpu": 1, "mig_profile": null, "volumes_constraint": {"min_size": 0, "max_size": 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": - ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "monthly_price": + 907.098, "hourly_price": 1.2426, "capabilities": {"boot_types": ["local", "rescue"], + "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": - 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": - 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "STARDUST1-S": {"alt_names": [], "arch": "x86_64", "ncpus": - 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 0, "max_size": 10000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": + 2000000000, "sum_internet_bandwidth": 2000000000, "interfaces": [{"internal_bandwidth": + 2000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 2000000000}]}, "block_bandwidth": 2147483648}, "STARDUST1-S": {"alt_names": + [], "arch": "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": + null, "volumes_constraint": {"min_size": 0, "max_size": 10000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 800000000000}}, "scratch_storage_max_size": + null, "monthly_price": 3.3507, "hourly_price": 0.00459, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "START1-L": {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": - 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 400000000, "sum_internet_bandwidth": - 400000000, "interfaces": [{"internal_bandwidth": 400000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 400000000}]}}, "START1-M": - {"alt_names": [], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, "max_size": - 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 100000000}]}, "block_bandwidth": 52428800}, "START1-L": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 26.864, "hourly_price": 0.0368, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 400000000, "sum_internet_bandwidth": 400000000, "interfaces": [{"internal_bandwidth": + 400000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 400000000}]}, "block_bandwidth": 41943040}, "START1-M": {"alt_names": [], "arch": + "x86_64", "ncpus": 4, "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 100000000000, "max_size": 100000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 14.162, "hourly_price": 0.0194, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 300000000, "sum_internet_bandwidth": 300000000, "interfaces": [{"internal_bandwidth": 300000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 300000000}]}}, "START1-S": {"alt_names": [], "arch": "x86_64", "ncpus": 2, "ram": - 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": + 300000000}]}, "block_bandwidth": 41943040}, "START1-S": {"alt_names": [], "arch": + "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 7.738, "hourly_price": 0.0106, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "START1-XS": {"alt_names": [], "arch": "x86_64", "ncpus": 1, - "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 25000000000, "max_size": 25000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "START1-XS": {"alt_names": [], "arch": + "x86_64", "ncpus": 1, "ram": 1073741824, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 25000000000, "max_size": 25000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 4.526, "hourly_price": 0.0062, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 100000000, "sum_internet_bandwidth": 100000000, "interfaces": [{"internal_bandwidth": 100000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 100000000}]}}, "VC1L": {"alt_names": ["X64-8GB"], "arch": "x86_64", "ncpus": - 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 18.0164, "hourly_price": 0.02468, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": + 100000000}]}, "block_bandwidth": 41943040}, "VC1L": {"alt_names": ["X64-8GB"], + "arch": "x86_64", "ncpus": 6, "ram": 8589934592, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 200000000000, "max_size": 200000000000}, + "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, + "scratch_storage_max_size": null, "monthly_price": 18.0164, "hourly_price": + 0.02468, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": + true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}}, "VC1M": - {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, "ram": 4294967296, - "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": 100000000000, - "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, - "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, - "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": + null}, {"internal_bandwidth": null, "internet_bandwidth": 200000000}]}, "block_bandwidth": + 41943040}, "VC1M": {"alt_names": ["X64-4GB"], "arch": "x86_64", "ncpus": 4, + "ram": 4294967296, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": + 100000000000, "max_size": 100000000000}, "per_volume_constraint": {"l_ssd": + {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 11.3515, "hourly_price": 0.01555, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "VC1S": {"alt_names": ["X64-2GB"], "arch": "x86_64", "ncpus": - 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 50000000000, "max_size": 50000000000}, "per_volume_constraint": {"l_ssd": {"min_size": - 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": null, "baremetal": - false, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": + 200000000}]}, "block_bandwidth": 41943040}, "VC1S": {"alt_names": ["X64-2GB"], + "arch": "x86_64", "ncpus": 2, "ram": 2147483648, "gpu": 0, "mig_profile": null, + "volumes_constraint": {"min_size": 50000000000, "max_size": 50000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 6.2926, "hourly_price": 0.00862, "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 200000000, "sum_internet_bandwidth": 200000000, "interfaces": [{"internal_bandwidth": 200000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 200000000}]}}, "X64-120GB": {"alt_names": [], "arch": "x86_64", "ncpus": 12, - "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 500000000000, "max_size": 1000000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 310.7902, "hourly_price": 0.42574, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, - "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 200000000}]}, "block_bandwidth": 41943040}, "X64-120GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 12, "ram": 128849018880, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 500000000000, "max_size": 1000000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 310.7902, "hourly_price": 0.42574, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 1000000000}]}}, "X64-15GB": {"alt_names": [], "arch": "x86_64", "ncpus": 6, - "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 200000000000, "max_size": 200000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 44.0336, "hourly_price": 0.06032, - "capabilities": {"boot_types": ["local", "rescue"], "placement_groups": true, - "block_storage": true, "hot_snapshots_local_volume": true, "private_network": - 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 250000000, "sum_internet_bandwidth": - 250000000, "interfaces": [{"internal_bandwidth": 250000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 250000000}]}}, "X64-30GB": - {"alt_names": [], "arch": "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, - "mig_profile": null, "volumes_constraint": {"min_size": 300000000000, "max_size": - 400000000000}, "per_volume_constraint": {"l_ssd": {"min_size": 1000000000, "max_size": - 200000000000}}, "scratch_storage_max_size": null, "baremetal": false, "monthly_price": - 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": ["local", "rescue"], - "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + 1000000000}]}, "block_bandwidth": 41943040}, "X64-15GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 6, "ram": 16106127360, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 200000000000, "max_size": 200000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 44.0336, "hourly_price": 0.06032, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 250000000, "sum_internet_bandwidth": 250000000, "interfaces": [{"internal_bandwidth": + 250000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 250000000}]}, "block_bandwidth": 41943040}, "X64-30GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 8, "ram": 32212254720, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 300000000000, "max_size": 400000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 86.9138, "hourly_price": 0.11906, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": 500000000, "sum_internet_bandwidth": 500000000, "interfaces": [{"internal_bandwidth": 500000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": - 500000000}]}}, "X64-60GB": {"alt_names": [], "arch": "x86_64", "ncpus": 10, - "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": {"min_size": - 400000000000, "max_size": 700000000000}, "per_volume_constraint": {"l_ssd": - {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": - null, "baremetal": false, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": - {"boot_types": ["local", "rescue"], "placement_groups": true, "block_storage": - true, "hot_snapshots_local_volume": true, "private_network": 8}, "network": - {"ipv6_support": true, "sum_internal_bandwidth": 1000000000, "sum_internet_bandwidth": - 1000000000, "interfaces": [{"internal_bandwidth": 1000000000, "internet_bandwidth": - null}, {"internal_bandwidth": null, "internet_bandwidth": 1000000000}]}}}}' + 500000000}]}, "block_bandwidth": 41943040}, "X64-60GB": {"alt_names": [], "arch": + "x86_64", "ncpus": 10, "ram": 64424509440, "gpu": 0, "mig_profile": null, "volumes_constraint": + {"min_size": 400000000000, "max_size": 700000000000}, "per_volume_constraint": + {"l_ssd": {"min_size": 1000000000, "max_size": 200000000000}}, "scratch_storage_max_size": + null, "monthly_price": 155.49, "hourly_price": 0.213, "capabilities": {"boot_types": + ["local", "rescue"], "placement_groups": true, "block_storage": true, "hot_snapshots_local_volume": + true, "private_network": 8}, "network": {"ipv6_support": true, "sum_internal_bandwidth": + 1000000000, "sum_internet_bandwidth": 1000000000, "interfaces": [{"internal_bandwidth": + 1000000000, "internet_bandwidth": null}, {"internal_bandwidth": null, "internet_bandwidth": + 1000000000}]}, "block_bandwidth": 41943040}}}' headers: Content-Length: - - "12534" + - "14208" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:25 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1471,30 +1509,136 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a4798eaf-6694-4a3d-8f4b-65be5c930b2d + - 7bff8317-f39f-4c8a-9c68-4ea9ebd3709c X-Total-Count: - - "66" + - "68" + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 + method: GET + response: + body: '{"local_images":[{"id":"56d4019c-8305-467a-a3f2-70498ad799df", "arch":"arm64", + "zone":"fr-par-1", "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_focal", "type":"instance_local"}, {"id":"5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "arch":"x86_64", "zone":"fr-par-1", "compatible_commercial_types":["DEV1-L", + "DEV1-M", "DEV1-S", "DEV1-XL", "GP1-L", "GP1-M", "GP1-S", "GP1-XL", "GP1-XS", + "START1-L", "START1-M", "START1-S", "START1-XS", "VC1L", "VC1M", "VC1S", "X64-120GB", + "X64-15GB", "X64-30GB", "X64-60GB", "ENT1-XXS", "ENT1-XS", "ENT1-S", "ENT1-M", + "ENT1-L", "ENT1-XL", "ENT1-2XL", "PRO2-XXS", "PRO2-XS", "PRO2-S", "PRO2-M", + "PRO2-L", "STARDUST1-S", "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", "POP2-HN-3", "POP2-HN-5", "POP2-HN-10"], + "label":"ubuntu_focal", "type":"instance_local"}], "total_count":2}' + headers: + Content-Length: + - "1300" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cf5146b4-00c3-4d4c-b13b-5fc78e670659 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 + method: GET + response: + body: '{"image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu + 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", + "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "612" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 284a0e31-47d8-40ed-971a-3375af2ca4c5 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}}' + body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", - "prefix": null, "reverse": null, "server": null, "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}}' + body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' headers: Content-Length: - "365" @@ -1503,11 +1647,11 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:26 GMT + - Wed, 08 Jan 2025 14:26:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ccb4dc01-5c66-4709-b62a-67428978addf + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7a1e2113-4e5b-410a-9d85-a2a6fe025178 Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1515,105 +1659,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdade5bb-5352-41b5-9c3b-e846d41dbb96 + - f008a82f-3116-4d99-832b-7a0188562be6 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-serene-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "8e81c40b-b28e-4e3d-bbeb-5a340cc34c86", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:26.699038+00:00", - "modification_date": "2024-07-05T13:23:26.699038+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}, - "public_ips": [{"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}], - "mac_address": "de:00:00:5f:a3:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:26.699038+00:00", "modification_date": - "2024-07-05T13:23:26.699038+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-serene-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "8e81c40b-b28e-4e3d-bbeb-5a340cc34c86", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:26.699038+00:00", - "modification_date": "2024-07-05T13:23:26.699038+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}, - "public_ips": [{"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}], - "mac_address": "de:00:00:5f:a3:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:26.699038+00:00", "modification_date": - "2024-07-05T13:23:26.699038+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3147" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:27 GMT + - Wed, 08 Jan 2025 14:26:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15e1c825-3c1a-4e02-95ae-4f3606b81585 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1621,33 +1753,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61958744-22ca-4ce5-abbb-de65942f1f0c + - dcd27452-4cb0-4dc7-b2a4-d7345fa41c2c status: 201 Created code: 201 duration: "" - request: - body: '{"id":"35b20706-34c7-4328-b26e-cf7449c58bb6","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.308936700Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.277361178Z","updated_at":"2024-07-05T13:23:27.277361178Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends method: POST response: - body: '{"id":"35b20706-34c7-4328-b26e-cf7449c58bb6","name":"cli-test","forward_protocol":"tcp","forward_port":80,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.308936700Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":1,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.277361178Z","updated_at":"2024-07-05T13:23:27.277361178Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1906" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:27 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1655,33 +1829,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2fd880f-3f2f-4834-92cf-53bc93c5048c + - 7d100f4d-1ca4-40ec-805a-ddc904a54964 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.596967416Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052289Z","updated_at":"2024-07-05T13:23:27.567052289Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends method: POST response: - body: '{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":[],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.596967416Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052289Z","updated_at":"2024-07-05T13:23:27.567052289Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1906" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:27 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1689,33 +1905,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93f0ad4a-19de-4bbb-9f10-edc93eec2e73 + - e2a4ebea-71d6-4ae0-9a5b-a8445ff5a903 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.67.122"],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.865811933Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052Z","updated_at":"2024-07-05T13:23:27.834381195Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":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/lb/v1/zones/fr-par-1/backends/07f664da-f21a-4e65-90d3-7309047d3246/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/0688290d-350e-43a1-8764-891e9caa737c/servers method: POST response: - body: '{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.67.122"],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:27.865811933Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052Z","updated_at":"2024-07-05T13:23:27.834381195Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null}' + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}' headers: Content-Length: - - "1918" + - "1975" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:27 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1723,33 +1981,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c0ee395-d939-4a78-b759-6856cd7d4a15 + - a3d29fa1-0843-4769-b22d-3cc89513a267 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a8aac7ae-6387-441a-9235-b00dfd899e9a","name":"cli-test","inbound_port":8888,"backend":{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.67.122"],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052Z","updated_at":"2024-07-05T13:23:27.834381Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:28.401296101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:28.340740Z","updated_at":"2024-07-05T13:23:28.340740Z","enable_http3":false}' + body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", + "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' 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/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5/frontends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/frontends method: POST response: - body: '{"id":"a8aac7ae-6387-441a-9235-b00dfd899e9a","name":"cli-test","inbound_port":8888,"backend":{"id":"07f664da-f21a-4e65-90d3-7309047d3246","name":"cli-test","forward_protocol":"tcp","forward_port":81,"forward_port_algorithm":"roundrobin","sticky_sessions":"none","sticky_sessions_cookie_name":"","health_check":{"port":8888,"check_delay":3000,"check_timeout":1000,"check_max_retries":5,"check_send_proxy":false,"transient_check_delay":"0.500s","tcp_config":{}},"pool":["51.158.67.122"],"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"send_proxy_v2":false,"timeout_server":300000,"timeout_connect":5000,"timeout_tunnel":900000,"on_marked_down_action":"on_marked_down_action_none","proxy_protocol":"proxy_protocol_unknown","created_at":"2024-07-05T13:23:27.567052Z","updated_at":"2024-07-05T13:23:27.834381Z","failover_host":null,"ssl_bridging":false,"ignore_ssl_server_verify":null,"redispatch_attempt_count":null,"max_retries":null,"max_connections":null,"timeout_queue":null},"lb":{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"pending","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:28.401296101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"timeout_client":300000,"certificate":null,"certificate_ids":[],"created_at":"2024-07-05T13:23:28.340740Z","updated_at":"2024-07-05T13:23:28.340740Z","enable_http3":false}' + body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", + "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, + "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, + "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", + "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, + "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, + "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", + "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' headers: Content-Length: - - "3055" + - "3143" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:28 GMT + - Wed, 08 Jan 2025 14:26:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1757,31 +2081,35 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46946d2a-449b-4583-b236-c94d02cd8257 + - 54776ed7-a169-4af7-9f07-ee7deeda7bef status: 200 OK code: 200 duration: "" - request: - body: '{"backend_servers_stats":[{"instance_id":"a373a539-850b-4f3b-89d4-c7a067f54961","backend_id":"07f664da-f21a-4e65-90d3-7309047d3246","ip":"51.158.67.122","server_state":"stopped","server_state_changed_at":"2024-07-05T13:23:33Z","last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' 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/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5/stats + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/stats method: GET response: - body: '{"backend_servers_stats":[{"instance_id":"a373a539-850b-4f3b-89d4-c7a067f54961","backend_id":"07f664da-f21a-4e65-90d3-7309047d3246","ip":"51.158.67.122","server_state":"stopped","server_state_changed_at":"2024-07-05T13:23:33Z","last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' headers: Content-Length: - - "266" + - "271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:38 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1789,31 +2117,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 970afc91-f56e-494a-8997-c16f51165de0 + - d19a491c-5304-4d1b-8fad-572cf7c4799c status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:28.755710Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3698d417-6a03-4875-9478-82466f3dfbe5","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"eaa1886d-c7b9-4149-93f6-dbb94cdd9df6","status":"ready","ip_address":"","created_at":"2024-07-05T13:21:53.354536Z","updated_at":"2024-07-05T13:23:28.755710Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","ip":[{"id":"c514b903-9d4e-4815-a70d-a6c34f707af7","ip_address":"195.154.75.203","organization_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","project_id":"ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b","lb_id":"3698d417-6a03-4875-9478-82466f3dfbe5","reverse":"195-154-75-203.lb.fr-par.scw.cloud","tags":[],"region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":2,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-07-05T13:23:21.053456Z","updated_at":"2024-07-05T13:23:24.518074Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1069" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:39 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1821,7 +2171,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ba984f86-921e-41a3-8d29-1691f79c63b3 + - 3b3dfd71-9789-4164-b957-afac2b7b58ab status: 200 OK code: 200 duration: "" @@ -1830,8 +2180,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3698d417-6a03-4875-9478-82466f3dfbe5?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10?release_ip=false method: DELETE response: body: "" @@ -1841,9 +2191,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:39 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1851,101 +2201,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9061e178-e180-4f8c-8ead-49efb92a49f5 + - b49b062c-9620-4600-bdd0-4d7c74d6b3cb status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + method: GET + response: + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cfa1cbad-c86e-4a11-894b-7d97aea66faf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 32412fd1-d0d7-4a3f-96ef-47bd11e43b5d + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-serene-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "8e81c40b-b28e-4e3d-bbeb-5a340cc34c86", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:26.699038+00:00", - "modification_date": "2024-07-05T13:23:26.699038+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}, - "public_ips": [{"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}], - "mac_address": "de:00:00:5f:a3:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:26.699038+00:00", "modification_date": - "2024-07-05T13:23:26.699038+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15e1c825-3c1a-4e02-95ae-4f3606b81585 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd method: GET response: - body: '{"server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "hostname": "cli-srv-serene-galois", "image": {"id": "9c41e95b-add2-4ef8-b1b1-af8899748eda", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "f7bff04a-ee32-4bf5-ae53-2280e11d8977", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-07-03T19:59:39.939165+00:00", - "modification_date": "2024-07-03T19:59:39.939165+00:00", "default_bootscript": + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", + "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "8e81c40b-b28e-4e3d-bbeb-5a340cc34c86", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", "project": "ee7bd9e1-9cbd-4724-b2f4-19e50f3cf38b", - "server": {"id": "15e1c825-3c1a-4e02-95ae-4f3606b81585", "name": "cli-srv-serene-galois"}, - "size": 20000000000, "state": "available", "creation_date": "2024-07-05T13:23:26.699038+00:00", - "modification_date": "2024-07-05T13:23:26.699038+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}, - "public_ips": [{"id": "ccb4dc01-5c66-4709-b62a-67428978addf", "address": "51.158.67.122", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7ceef2ea-b16d-4c26-9b3f-48592861180c"}], - "mac_address": "de:00:00:5f:a3:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-07-05T13:23:26.699038+00:00", "modification_date": - "2024-07-05T13:23:26.699038+00:00", "bootscript": {"id": "fdfe150f-a870-4ce4-b432-9f56b5b995c1", - "public": true, "title": "x86_64 mainline 4.4.230 rev1", "architecture": "x86_64", - "organization": "11111111-1111-4111-8111-111111111111", "project": "11111111-1111-4111-8111-111111111111", - "kernel": "http://10.194.3.9/kernel/x86_64-mainline-lts-4.4-4.4.230-rev1/vmlinuz-4.4.230", - "dtb": "", "initrd": "http://10.194.3.9/initrd/initrd-Linux-x86_64-v3.14.6.gz", - "bootcmdargs": "LINUX_COMMON scaleway boot=local nbd.max_part=16", "default": - true, "zone": "fr-par-1"}, "security_group": {"id": "0fe819c3-274d-472a-b3f5-ddb258d2d8bb", - "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": - ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "3147" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:39 GMT + - Wed, 08 Jan 2025 14:26:52 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1953,7 +2377,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d2bc605-c1e9-41cf-9a20-18df060a7b3a + - 7f3d6bee-f7c3-4667-88ea-2c2f1bbf6ee2 status: 200 OK code: 200 duration: "" @@ -1962,8 +2386,38 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/15e1c825-3c1a-4e02-95ae-4f3606b81585 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c06c84b0-d5d7-4534-ba2e-18d346d325f1 + status: 204 No Content + code: 204 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/715e1e27-a560-4c51-8a84-c7373271559d method: DELETE response: body: "" @@ -1973,9 +2427,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:39 GMT + - Wed, 08 Jan 2025 14:26:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1983,7 +2437,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f31f4b6-ea81-475c-bb86-744bb1a58116 + - f2e7ee1d-3f06-436b-a672-20ffffcae671 status: 204 No Content code: 204 duration: "" @@ -1992,8 +2446,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.2; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/8e81c40b-b28e-4e3d-bbeb-5a340cc34c86 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -2003,9 +2457,9 @@ interactions: Content-Type: - application/json Date: - - Fri, 05 Jul 2024 13:23:39 GMT + - Wed, 08 Jan 2025 14:26:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge02) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2013,7 +2467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f93cf9fb-7c1b-4978-96ec-2dd1939aa7cc + - f5338906-c9c3-4b5b-abdb-f5b41a447d0b status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden index 587dcb3796..f7fadc98aa 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden @@ -2,16 +2,16 @@ 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Backends Statistics: INSTANCE ID BACKEND ID IP SERVER STATE SERVER STATE CHANGED AT LAST HEALTH CHECK STATUS -a373a539-850b-4f3b-89d4-c7a067f54961 07f664da-f21a-4e65-90d3-7309047d3246 51.158.67.122 stopped few seconds ago unknown +fa01810e-81fd-4250-b3a8-1a5e37bef3c6 0688290d-350e-43a1-8764-891e9caa737c 51.158.67.101 stopped few seconds ago unknown 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "backend_servers_stats": [ { - "instance_id": "a373a539-850b-4f3b-89d4-c7a067f54961", - "backend_id": "07f664da-f21a-4e65-90d3-7309047d3246", - "ip": "51.158.67.122", + "instance_id": "fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id": "0688290d-350e-43a1-8764-891e9caa737c", + "ip": "51.158.67.101", "server_state": "stopped", - "server_state_changed_at": "2024-07-05T13:23:33Z", + "server_state_changed_at": "2025-01-08T14:26:44Z", "last_health_check_status": "unknown" } ] diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml index a37e151f50..f02d158b0f 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265480Z","updated_at":"2023-12-14T15:09:36.884265480Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409641920Z", "updated_at":"2025-01-08T14:19:12.409641920Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265480Z","updated_at":"2023-12-14T15:09:36.884265480Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409641920Z", "updated_at":"2025-01-08T14:19:12.409641920Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "867" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:37 GMT + - Wed, 08 Jan 2025 14:19:12 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b9179c3-aae4-4ec9-99be-584c2bedfc96 + - 78526759-9af5-4f77-8b72-eddee9c97893 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:36.884265Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.409642Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:36.884265Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.409642Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "861" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:37 GMT + - Wed, 08 Jan 2025 14:19:12 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a904fc40-9c59-4848-a22f-83529ed3d920 + - 26d96d11-90bf-4865-bdb3-976d9602e935 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.689132Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.689132Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:39 GMT + - Wed, 08 Jan 2025 14:19:14 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f380890-3a8d-4509-960e-a8283a7c1bc7 + - 8b678d80-6924-489d-9c4d-8b50ae003a94 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:41 GMT + - Wed, 08 Jan 2025 14:19:16 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,31 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c9f3bd9-f009-45dd-9bf0-8d9cdf876df6 + - 7176f362-ddf2-4c26-a339-daeb9680db24 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.080061Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "name":"cli-pn-youthful-wozniak", + "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "subnets":[{"id":"820eac9d-40f3-46af-b928-7259262f01af", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"172.16.80.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}, + {"id":"d71169bd-2655-48a0-8271-1dbb0708b52e", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"fd46:78ab:30b8:f5c2::/64", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", + "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19", + "dhcp_enabled":true, "region":"fr-par"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.080061Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "name":"cli-pn-youthful-wozniak", + "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "subnets":[{"id":"820eac9d-40f3-46af-b928-7259262f01af", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"172.16.80.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}, + {"id":"d71169bd-2655-48a0-8271-1dbb0708b52e", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"fd46:78ab:30b8:f5c2::/64", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", + "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19", + "dhcp_enabled":true, "region":"fr-par"}' headers: Content-Length: - - "1060" + - "1050" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:43 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -159,31 +261,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f6833fb-3d6b-4bcf-913e-8bb5ff83ad2c + - 57637ad0-531f-4cdb-a49c-bf5dd13c154f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641852987Z", "updated_at":"2025-01-08T14:19:17.641852987Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7/attach + method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641852987Z", "updated_at":"2025-01-08T14:19:17.641852987Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}' headers: Content-Length: - - "1057" + - "1327" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:45 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -191,33 +323,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90d541dc-969b-43fd-9224-b52c2d5508b6 + - 7ee4c634-e6e6-48b7-bf13-399caa020b82 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","name":"cli-pn-optimistic-gould","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"a5f1ddd4-4482-4a83-af95-6b2f1a8eee10","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"172.16.28.0/22"},{"id":"692c4336-626f-4fad-a3d8-776666edf223","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"fd46:78ab:30b8:637::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' + body: '{"private_network":[{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641853Z", "updated_at":"2025-01-08T14:19:17.641853Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}], "total_count":1}' form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks?order_by=created_at_asc&page=1 + method: GET response: - body: '{"id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","name":"cli-pn-optimistic-gould","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"a5f1ddd4-4482-4a83-af95-6b2f1a8eee10","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"172.16.28.0/22"},{"id":"692c4336-626f-4fad-a3d8-776666edf223","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"fd46:78ab:30b8:637::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' + body: '{"private_network":[{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641853Z", "updated_at":"2025-01-08T14:19:17.641853Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}], "total_count":1}' headers: Content-Length: - - "706" + - "1154" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -225,33 +379,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8f9e299-aec0-489d-a617-4c3dd0d7b316 + - 30516fc1-cb44-4ffd-b8fa-fefea817dbed status: 200 OK code: 200 duration: "" - request: - body: '{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926458Z","updated_at":"2023-12-14T15:09:46.669926458Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}' + body: "" form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a/attach + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7/detach method: POST response: - body: '{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926458Z","updated_at":"2023-12-14T15:09:46.669926458Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}' + body: "" headers: - Content-Length: - - "1278" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -259,31 +411,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f032030-778b-4af1-bac4-7818398b1f7f - status: 200 OK - code: 200 + - 46695637-fe74-4df4-a089-518e12273dd5 + status: 204 No Content + code: 204 duration: "" - request: - body: '{"private_network":[{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926Z","updated_at":"2023-12-14T15:09:46.669926Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}],"total_count":1}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks?order_by=created_at_asc&page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"private_network":[{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926Z","updated_at":"2023-12-14T15:09:46.669926Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}],"total_count":1}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1110" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,7 +465,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cbbb6d5b-7e2e-4cf0-b0da-22075c3e8b55 + - 584b06c7-ade2-4de5-a219-db68be2c4787 status: 200 OK code: 200 duration: "" @@ -299,12 +473,10 @@ interactions: body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a/detach - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef?release_ip=false + method: DELETE response: body: "" headers: @@ -313,9 +485,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -323,29 +495,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49f8fe90-85ba-4fec-96ef-3f61e4718e56 + - c80c1568-d165-4f7b-8677-658334446b80 status: 204 No Content code: 204 duration: "" - request: - body: "" + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:18.294017Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef + method: GET response: - body: "" + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:18.294017Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: + Content-Length: + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -353,31 +549,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 171db498-ac35-4db4-aa7f-ada34b3ebd93 - status: 204 No Content - code: 204 + - 85e101ce-42e6-4316-97e7-963d4cdf4b74 + status: 200 OK + code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:47.200959Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:47.200959Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "1061" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:20 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -385,17 +581,47 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 808d7b44-70b0-4beb-ae27-3c5ace30f735 - status: 200 OK - code: 200 + - 4072e270-ac9a-4ebf-9a04-abaebe13342a + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d320150d-4add-427c-88ef-81b83b117ed8 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -405,9 +631,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:58 GMT + - Wed, 08 Jan 2025 14:20:22 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -415,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9cd270f-e965-46b7-b287-e3f592268401 + - e4c0fd48-ae1c-455c-a158-6d74b225a31a status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden index c1caabb65d..bb47bc4530 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden @@ -1,12 +1,12 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID STATUS CREATED AT UPDATED AT -[] - - 4838d344-a416-4e7d-9b9f-faa1ea5deb7a pending few seconds ago few seconds ago +[] - - f6dd3849-441c-4dae-988a-93a673ad72d7 pending few seconds ago few seconds ago 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { "lb": { - "id": "3268271a-bb6c-4fb7-bc26-3b382754a77f", + "id": "7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name": "cli-test", "description": "cli-test", "status": "ready", @@ -15,13 +15,13 @@ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "b39ac506-623f-4455-9a3e-a8333a4e35c6", - "ip_address": "51.158.58.126", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "3268271a-bb6c-4fb7-bc26-3b382754a77f", - "reverse": "51-158-58-126.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } @@ -41,7 +41,7 @@ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID }, "ipam_ids": [], "dhcp_config": {}, - "private_network_id": "4838d344-a416-4e7d-9b9f-faa1ea5deb7a", + "private_network_id": "f6dd3849-441c-4dae-988a-93a673ad72d7", "status": "pending", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml index 5273808c9e..adadb5fcd3 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120665579Z", "updated_at":"2025-01-08T14:19:05.120665579Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544462Z","updated_at":"2022-12-14T08:47:37.099544462Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120665579Z", "updated_at":"2025-01-08T14:19:05.120665579Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "865" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:37 GMT + - Wed, 08 Jan 2025 14:19:05 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da32433a-d98d-4ab6-b9af-01af6aee7523 + - 0879ff3e-9e75-4ff4-b3e2-5faa20457926 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.120666Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_create","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"unknown","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.395236Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:37.099544Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.120666Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:37 GMT + - Wed, 08 Jan 2025 14:19:05 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a94e969e-9140-4884-8b5e-c02f34c885eb + - 97f3ce83-1233-4df9-bcc0-e1aca460996b status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.393869Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:38.372107Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.393869Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1066" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:07 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,133 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71e8337c-22a3-4878-9cf9-2fea5b395e6c + - 29f0de16-4df2-4d7f-9cc1-9e7183487e1d status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 14eea0c3-b1d1-4529-86c8-72f26aaa469e + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"lbs":[{"id":"48bb4f85-f033-4195-a13e-866b20434d07", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"b52aa81d-6f28-4013-9ed8-0ebbfa420090", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T10:33:47.406283Z", + "updated_at":"2025-01-08T10:38:09.112989Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"797c2c68-cd6d-4ebd-bee5-763f4fb0c139", "ip_address":"51.158.56.76", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"48bb4f85-f033-4195-a13e-866b20434d07", "reverse":"51-158-56-76.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T10:38:07.220186Z", "updated_at":"2025-01-08T10:38:10.659985Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + {"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}], + "total_count":2}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs?order_by=created_at_asc&page=1 method: GET response: - body: '{"lbs":[{"id":"7dfe5933-71cc-4cea-8861-5ede3fd9266f","name":"lb-nice-antonelli","description":"","status":"ready","instances":[{"id":"4aba3847-5da8-49b4-ba91-26362f94da98","status":"ready","ip_address":"10.68.140.57","created_at":"2022-10-25T03:13:05.829591Z","updated_at":"2022-11-14T15:27:57.989526Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"4012ed0f-a193-4837-8edc-1fda409c22c4","ip_address":"51.159.206.29","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"7dfe5933-71cc-4cea-8861-5ede3fd9266f","reverse":"51-159-206-29.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":4,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-10-25T03:37:20.027025Z","updated_at":"2022-10-25T03:37:21.761002Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:38.372107Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":2}' + body: '{"lbs":[{"id":"48bb4f85-f033-4195-a13e-866b20434d07", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"b52aa81d-6f28-4013-9ed8-0ebbfa420090", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T10:33:47.406283Z", + "updated_at":"2025-01-08T10:38:09.112989Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"797c2c68-cd6d-4ebd-bee5-763f4fb0c139", "ip_address":"51.158.56.76", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"48bb4f85-f033-4195-a13e-866b20434d07", "reverse":"51-158-56-76.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T10:38:07.220186Z", "updated_at":"2025-01-08T10:38:10.659985Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + {"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}], + "total_count":2}' headers: Content-Length: - - "2163" + - "2227" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,7 +287,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0dd2eb7f-3cd3-4b43-a5c1-0167d821eb7a + - 3a5b13c8-62ea-45db-8e66-26693b791fba + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3bc1259f-d4f9-4e58-b477-5c3b78e4bf63 status: 200 OK code: 200 duration: "" @@ -136,8 +350,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423?release_ip=false method: DELETE response: body: "" @@ -147,9 +361,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,31 +371,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b35b609e-7e27-4b01-9edd-d1645e0e1cb4 + - 634bcaf6-d924-4c7c-8d93-ee9be719a937 status: 204 No Content code: 204 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:09.693376Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:39.690646Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:09.693376Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -189,7 +425,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72ecdbd3-50a1-4164-9c81-7bd6d9f4b8ba + - 309f3127-590b-486c-8c4e-0cd33b989812 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 765c4a2b-965a-4f6a-949c-2a68538259aa + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2b9c30c8-14a6-45b3-b184-01498db2eebf + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden index 301a646731..d69627c56c 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden @@ -1,20 +1,20 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID PROJECT ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL CREATED AT UPDATED AT PRIVATE NETWORK COUNT ROUTE COUNT REGION ZONE -7dfe5933-71cc-4cea-8861-5ede3fd9266f lb-nice-antonelli - ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 1 4 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 -8896c755-f57f-4fb5-b5ae-fedd423afff8 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 +ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID PROJECT ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL CREATED AT UPDATED AT PRIVATE NETWORK COUNT ROUTE COUNT REGION ZONE +48bb4f85-f033-4195-a13e-866b20434d07 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 +366aad88-8a85-4672-8e99-aacd8f249423 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { - "id": "7dfe5933-71cc-4cea-8861-5ede3fd9266f", - "name": "lb-nice-antonelli", - "description": "", + "id": "48bb4f85-f033-4195-a13e-866b20434d07", + "name": "cli-test", + "description": "cli-test", "status": "ready", "instances": [ { - "id": "4aba3847-5da8-49b4-ba91-26362f94da98", + "id": "b52aa81d-6f28-4013-9ed8-0ebbfa420090", "status": "ready", - "ip_address": "10.68.140.57", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -25,20 +25,20 @@ ID NAME DESCRIPTION STATUS IN "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "4012ed0f-a193-4837-8edc-1fda409c22c4", - "ip_address": "51.159.206.29", + "id": "797c2c68-cd6d-4ebd-bee5-763f4fb0c139", + "ip_address": "51.158.56.76", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "7dfe5933-71cc-4cea-8861-5ede3fd9266f", - "reverse": "51-159-206-29.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "48bb4f85-f033-4195-a13e-866b20434d07", + "reverse": "51-158-56-76.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } ], "tags": [], - "frontend_count": 1, - "backend_count": 4, + "frontend_count": 0, + "backend_count": 0, "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", @@ -50,15 +50,15 @@ ID NAME DESCRIPTION STATUS IN "zone": "fr-par-1" }, { - "id": "8896c755-f57f-4fb5-b5ae-fedd423afff8", + "id": "366aad88-8a85-4672-8e99-aacd8f249423", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "70f98fd7-c442-4bac-b794-feebf11712af", + "id": "6e0fd52c-d440-4abc-9708-c5950c535328", "status": "ready", - "ip_address": "10.71.26.51", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -69,13 +69,13 @@ ID NAME DESCRIPTION STATUS IN "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa", - "ip_address": "51.159.26.87", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "8896c755-f57f-4fb5-b5ae-fedd423afff8", - "reverse": "51-159-26-87.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "366aad88-8a85-4672-8e99-aacd8f249423", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml index a89a42a971..abd2e61212 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490348Z","updated_at":"2024-04-11T06:52:02.591490348Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008778642Z", + "updated_at":"2025-01-08T14:26:03.008778642Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490348Z","updated_at":"2024-04-11T06:52:02.591490348Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008778642Z", + "updated_at":"2025-01-08T14:26:03.008778642Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "867" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:02 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b541df24-7f73-4db5-af43-a98037265b52 + - 8e1403c0-677a-4f76-8e34-2461deb34950 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008779Z", + "updated_at":"2025-01-08T14:26:03.008779Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008779Z", + "updated_at":"2025-01-08T14:26:03.008779Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:03 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e83d7a4-2d86-491d-bb57-3d4082bb3056 + - 1966a8c0-1592-4e23-b44c-0bc55aa4bd76 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:03.323923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:03.330753Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:03.323923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:03.330753Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:05 GMT + - Wed, 08 Jan 2025 14:26:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e05defb-93ab-4f68-9fe2-10a08ab1e9ba + - cad51467-fb5d-4c74-aeb6-1861997fc1a4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:07 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,31 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d79dccd-8813-41af-9679-880fcd7aa5d8 + - b781020e-f92d-489f-8daa-009e5a91f88b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1060" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:09 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -159,31 +261,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef6986e7-96d0-40af-a5ac-96b5e66da9eb + - 6280adbf-5366-4799-80d8-477ea22317cc status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips + method: POST response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1057" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -191,31 +301,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 640ba4a2-3cc1-4968-b270-1e6595981cc8 + - 19f946d6-5258-402e-a402-08fc668d222b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/5d07b69a-d5e3-42ec-afdf-a3899eee67a2 + method: PATCH response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1057" + - "386" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -223,33 +341,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1166b2d-ea00-4b37-ac95-6ec80dbcef3b + - f79facff-25ae-4e3c-afc4-a6a1332e7e28 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: GET response: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "332" + - "1484" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -257,33 +403,63 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92173c87-7edb-4c56-8c58-eb51a54dc5fb + - 94900503-4632-4502-abaa-6374680e4c11 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903333Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/3760547c-eec8-4d90-af36-a898748a92c1 - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: PUT response: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903333Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "366" + - "1496" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,31 +467,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f303e93-25ad-4e7d-813f-cb491dd79531 + - 0c300506-a7bb-46d9-86bc-bbfe60053755 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1424" + - "1493" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -323,33 +529,91 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 771ede28-4615-47f7-8f0e-d844b99e7e8c + - 015b84ff-6cd8-48ac-b561-daabfdddaa91 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101164Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd?release_ip=false + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Wed, 08 Jan 2025 14:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 77908347-19fe-4e70-ae53-9ef25084c8b3 + status: 204 No Content + code: 204 + duration: "" +- request: + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"to_delete", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.400170Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.367451Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: PUT + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101164Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"to_delete", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.400170Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.367451Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1436" + - "1495" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -357,31 +621,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f9c6f2d-3bab-488a-8152-df21567f4502 + - 641eae5c-91fd-427a-a2a7-3c8815cc5e8e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "1433" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -389,17 +653,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9669c6c-d691-4bea-bb42-b822d59276dc - status: 200 OK - code: 200 + - 37c9a9ea-ed8d-4af4-935e-3a6ae3808c3d + status: 404 Not Found + code: 404 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -409,9 +673,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -419,7 +683,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5645db7-6dbe-4323-83a9-82a2596f015a + - 23686b9b-6fda-4171-83a7-64d044617f4a status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden index abdba592e0..d7b3b6a686 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID d9a1d724-4c40-4e6d-88e2-52ae393bb8da +ID c14e0608-f8a2-46f5-9e8d-339028d116bd Name cli-test-update Description assigned Status ready @@ -18,22 +18,22 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -7df6fb3b-22af-4752-b24a-67dbb27c0c33 51.159.113.70 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 d9a1d724-4c40-4e6d-88e2-52ae393bb8da 51-159-113-70.lb.fr-par.scw.cloud - fr-par fr-par-1 -3760547c-eec8-4d90-af36-a898748a92c1 2001:bc8:710:5a:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 d9a1d724-4c40-4e6d-88e2-52ae393bb8da 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c14e0608-f8a2-46f5-9e8d-339028d116bd 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 +5d07b69a-d5e3-42ec-afdf-a3899eee67a2 2001:bc8:710:2402:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c14e0608-f8a2-46f5-9e8d-339028d116bd 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -3033d9ab-0107-45ab-a344-c155ad5d5cce pending - few seconds ago few seconds ago fr-par fr-par-1 +c1891251-d799-4fec-b04c-4b3fbd663063 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", + "id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", "name": "cli-test-update", "description": "assigned", "status": "ready", "instances": [ { - "id": "3033d9ab-0107-45ab-a344-c155ad5d5cce", + "id": "c1891251-d799-4fec-b04c-4b3fbd663063", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -46,24 +46,24 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "7df6fb3b-22af-4752-b24a-67dbb27c0c33", - "ip_address": "51.159.113.70", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", - "reverse": "51-159-113-70.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" }, { - "id": "3760547c-eec8-4d90-af36-a898748a92c1", - "ip_address": "2001:bc8:710:5a::", + "id": "5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address": "2001:bc8:710:2402::", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", - "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml index 31f0359dc1..5252546c33 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml @@ -2,28 +2,34 @@ version: 1 interactions: - request: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips method: POST response: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "332" + - "351" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:18 GMT + - Wed, 08 Jan 2025 14:26:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,33 +37,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcfcfbbf-9c07-41cf-a4ab-9accf3c6121b + - 66cdc1f9-7c41-4daa-b6e0-4e57da7239c9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652333Z","updated_at":"2024-04-11T06:52:18.989652333Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125336Z", "updated_at":"2025-01-08T14:26:03.051125336Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652333Z","updated_at":"2024-04-11T06:52:18.989652333Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125336Z", "updated_at":"2025-01-08T14:26:03.051125336Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "869" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:19 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -65,31 +89,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c91ff7b2-9fb0-42bb-b849-7aadd11429e0 + - 96dcd827-b269-41b0-aa64-9db74f3e177a status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:18.989652Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.051125Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:18.989652Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.051125Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "863" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:19 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,31 +139,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb0e1b04-cdb4-4385-9e87-377505032e14 + - c8fce75b-15e6-46ad-b1a8-d115d2f60012 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:03.389724Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.400068Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:03.389724Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.400068Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:21 GMT + - Wed, 08 Jan 2025 14:26:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -129,31 +193,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff2fdfe4-0857-4b40-9c6f-5987ec6e0789 + - e7fa99db-0711-44f4-9102-cf3f32cc6868 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:23 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -161,31 +247,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f9c0bab-e1eb-42a6-9cf1-b3c90225b594 + - 4572da4a-7374-4e84-9c13-056075db44fe status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:25 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -193,127 +301,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54e7061f-8c3c-401c-aba9-4779a31fca09 + - 3858aeb6-30d0-410a-80ca-1e0b3a23e442 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 11 Apr 2024 06:52:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dc5250b7-30d0-4e19-a6c1-d11f83ddec44 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 11 Apr 2024 06:52:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 612ec1c2-5383-4dff-a2f2-40ed894c8b8f - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json - Date: - - Thu, 11 Apr 2024 06:52:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 607e5c75-0e71-4cd8-be6b-0d35e39dcd4d - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/5a14c2a1-c949-4336-bc7f-bbde7aa35abd + method: PATCH response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1059" + - "385" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:33 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -321,31 +341,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e64c2006-644c-4095-8201-ba7603282cc8 + - d755e609-f8ab-466a-aedb-01b5d0550981 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1059" + - "1489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:33 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -353,33 +403,63 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe83a95f-3100-4738-979e-594b738658c4 + - 5c9e470f-6bb7-47dc-9a92-b96210e10d12 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083286Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/3c04f2ae-e1ee-490f-ba03-1666e1048368 - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb + method: PUT response: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083286Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "366" + - "1498" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -387,31 +467,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41b07c55-9866-4068-bf97-3c3a59de5fb2 + - 5c1d6a8d-5857-4514-bcb4-08b6c34ea2e9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1426" + - "1495" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -419,33 +529,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a65e70d-661d-4e73-b90b-7a15c60432e4 + - 51811ed6-d1a8-4afe-814e-1a4fc1a4b83e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268707698Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: PUT + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb?release_ip=false + method: DELETE response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268707698Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "1435" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -453,31 +559,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 145a2d12-fbbe-4879-8baa-56bd98ef4c33 - status: 200 OK - code: 200 + - 1dbf445e-a198-475e-9434-50e9d1609f5d + status: 204 No Content + code: 204 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268708Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"to_delete", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.409541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.349427Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268708Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"to_delete", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.409541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.349427Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1432" + - "1497" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -485,29 +621,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e50c813-973c-42d8-8ded-ab12d61b2bb6 + - 5dcb2c9a-f5f5-4b80-8519-879ded6543c5 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb + method: GET response: - body: "" + body: '{"message":"lbs not Found"}' headers: + Content-Length: + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -515,7 +653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32f3766d-4acc-4f1e-8258-f74f5c2becbb - status: 204 No Content - code: 204 + - 7c24f030-ad43-4c63-ac76-560cf21c0bcb + status: 404 Not Found + code: 404 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden index 6ad743814c..fdbe53cfac 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID e79afb45-bf1c-41b8-8816-d8af4f27373f +ID c77bc49f-ec88-4f30-b491-2e8f183f3feb Name cli-test-update Description ip-id Status ready @@ -18,22 +18,22 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -83950e36-005e-47ba-9c35-5b777482d229 195.154.74.212 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e79afb45-bf1c-41b8-8816-d8af4f27373f 195-154-74-212.lb.fr-par.scw.cloud - fr-par fr-par-1 -3c04f2ae-e1ee-490f-ba03-1666e1048368 2001:bc8:710:35:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e79afb45-bf1c-41b8-8816-d8af4f27373f 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +6996152a-3714-4597-bbb1-6344a16e86e4 51.159.206.195 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c77bc49f-ec88-4f30-b491-2e8f183f3feb 51-159-206-195.lb.fr-par.scw.cloud [] fr-par fr-par-1 +5a14c2a1-c949-4336-bc7f-bbde7aa35abd 2001:bc8:710:1bc:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c77bc49f-ec88-4f30-b491-2e8f183f3feb 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -22f9dfd8-f555-47a2-9d2d-063e91b61317 pending - few seconds ago few seconds ago fr-par fr-par-1 +461bcd1c-15a5-4627-b017-c9bb611287a2 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", + "id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name": "cli-test-update", "description": "ip-id", "status": "ready", "instances": [ { - "id": "22f9dfd8-f555-47a2-9d2d-063e91b61317", + "id": "461bcd1c-15a5-4627-b017-c9bb611287a2", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -46,24 +46,24 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "83950e36-005e-47ba-9c35-5b777482d229", - "ip_address": "195.154.74.212", + "id": "6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address": "51.159.206.195", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", - "reverse": "195-154-74-212.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse": "51-159-206-195.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" }, { - "id": "3c04f2ae-e1ee-490f-ba03-1666e1048368", - "ip_address": "2001:bc8:710:35::", + "id": "5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address": "2001:bc8:710:1bc::", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", - "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml index b22c4803df..dac989a8b5 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704696967Z", - "updated_at":"2023-07-06T12:47:43.704696967Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361225Z", + "updated_at":"2025-01-08T14:26:19.520361225Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704696967Z", - "updated_at":"2023-07-06T12:47:43.704696967Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361225Z", + "updated_at":"2025-01-08T14:26:19.520361225Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "893" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:43 GMT + - Wed, 08 Jan 2025 14:26:19 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c55ede8-94ef-42d1-92cc-d46a590bd7c0 + - 3c573adc-9c7b-4067-81f6-b2c516907fea status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704697Z", - "updated_at":"2023-07-06T12:47:43.704697Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361Z", + "updated_at":"2025-01-08T14:26:19.520361Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704697Z", - "updated_at":"2023-07-06T12:47:43.704697Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361Z", + "updated_at":"2025-01-08T14:26:19.520361Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "887" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:43 GMT + - Wed, 08 Jan 2025 14:26:19 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 353eb988-bac2-4a54-b31d-9839b3fed386 + - 931cbfca-d2d2-4f67-96a6-518e660e4661 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.718239Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:19.781551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.718239Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:19.781551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:45 GMT + - Wed, 08 Jan 2025 14:26:21 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,107 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4da7e3c8-4a47-4c17-841d-dafc8328e078 + - 087176e2-f4d3-4a98-9c4c-14409b175349 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.966198Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.966198Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5687b948-bc7d-41dc-b1ed-6f1951bacac2 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 + method: GET + response: + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:23 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +261,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4ae736d-bf48-47d5-9abb-20b1301d9c6b + - 1c77bcab-0893-41c6-ac8b-44651793e256 status: 200 OK code: 200 duration: "" @@ -216,8 +270,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4?release_ip=false method: DELETE response: body: "" @@ -227,9 +281,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:24 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -237,53 +291,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fef4048-c6e6-4d7f-aa16-8d06b5ebd2aa + - 8dcef67b-208e-4b84-adc4-b3eed59fc515 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:48.169809Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:24.052415Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:48.169809Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:24.052415Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:24 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,7 +345,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d00204e0-b1f4-4c75-98fd-ef9259fed314 + - dc5b45b9-220b-403b-bc64-0380892c7ecc status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - edc76fec-4d65-45a4-bfc2-d5002d397dac + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2720af62-a878-45cf-98c3-a4b3885f7780 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden index 00a34f8bf5..e228280e8a 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID cebb00bd-39b5-436b-84cd-bcb3b13eacbd +ID 8f40b2d2-8c4c-4628-892d-1cd2899039a4 Name cli-test Description cli-test Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -11e22061-70e5-4f39-916a-1e298215d899 195.154.71.18 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 cebb00bd-39b5-436b-84cd-bcb3b13eacbd 195-154-71-18.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 8f40b2d2-8c4c-4628-892d-1cd2899039a4 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -6a2e76a9-3801-4ac2-9b4c-ecbec83f6040 ready 10.70.50.51 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +98aece65-9338-4c92-b1f4-dcc640a50af9 ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "cebb00bd-39b5-436b-84cd-bcb3b13eacbd", + "id": "8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", + "id": "98aece65-9338-4c92-b1f4-dcc640a50af9", "status": "ready", - "ip_address": "10.70.50.51", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "11e22061-70e5-4f39-916a-1e298215d899", - "ip_address": "195.154.71.18", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse": "195-154-71-18.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } From 433f3fc570ebf6830a70fedf6f6f7f1702580993 Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Wed, 8 Jan 2025 15:31:16 +0100 Subject: [PATCH 2/5] tests(lb): clean flex ips + add delete waiter --- .../namespaces/lb/v1/custom_backend_test.go | 9 + .../lb/v1/custom_certificate_test.go | 7 +- .../namespaces/lb/v1/custom_frontend_test.go | 1 + internal/namespaces/lb/v1/custom_lb.go | 22 + internal/namespaces/lb/v1/custom_lb_test.go | 36 +- .../lb/v1/custom_private_network_test.go | 3 +- internal/namespaces/lb/v1/helper_test.go | 6 +- ...s-with-instance-id-public-ip.cassette.yaml | 2424 ++++++++------- ...-servers-with-instance-id-public-ip.golden | 40 +- ...end-servers-with-instance-id.cassette.yaml | 2364 ++++++++------- ...dd-backend-servers-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 2586 ++++++++++------- ...servers-with-instance-tag-public-ip.golden | 42 +- ...nd-servers-with-instance-tag.cassette.yaml | 2412 ++++++++------- ...d-backend-servers-with-instance-tag.golden | 6 +- ...d-with-instance-id-public-ip.cassette.yaml | 2020 +++++++------ ...-backend-with-instance-id-public-ip.golden | 40 +- ...ate-backend-with-instance-id.cassette.yaml | 2112 +++++++------- ...est-create-backend-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 2264 ++++++++------- ...backend-with-instance-tag-public-ip.golden | 42 +- ...te-backend-with-instance-tag.cassette.yaml | 2288 ++++++++------- ...st-create-backend-with-instance-tag.golden | 6 +- ...st-create-certificate-import.cassette.yaml | 442 +-- .../test-create-certificate-import.golden | 34 +- .../test-create-lb-simple.cassette.yaml | 358 ++- .../v1/testdata/test-create-lb-simple.golden | 26 +- .../test-get-backend-simple.cassette.yaml | 750 ++--- .../testdata/test-get-backend-simple.golden | 40 +- .../test-get-frontend-simple.cassette.yaml | 806 ++--- .../testdata/test-get-frontend-simple.golden | 60 +- .../testdata/test-get-lb-simple.cassette.yaml | 396 ++- .../lb/v1/testdata/test-get-lb-simple.golden | 26 +- .../test-get-stats-simple.cassette.yaml | 888 +++--- .../v1/testdata/test-get-stats-simple.golden | 12 +- ...st-lb-private-network-simple.cassette.yaml | 450 ++- ...test-list-lb-private-network-simple.golden | 16 +- .../test-list-lb-simple.cassette.yaml | 384 ++- .../lb/v1/testdata/test-list-lb-simple.golden | 46 +- ...test-update-lb-ipv6-assigned.cassette.yaml | 482 ++- .../test-update-lb-ipv6-assigned.golden | 34 +- .../test-update-lb-ipv6ipid.cassette.yaml | 550 ++-- .../testdata/test-update-lb-ipv6ipid.golden | 34 +- .../test-wait-lb-simple.cassette.yaml | 348 ++- .../lb/v1/testdata/test-wait-lb-simple.golden | 26 +- 45 files changed, 14380 insertions(+), 10570 deletions(-) diff --git a/internal/namespaces/lb/v1/custom_backend_test.go b/internal/namespaces/lb/v1/custom_backend_test.go index 0e1c0f5b1e..3478b7ae17 100644 --- a/internal/namespaces/lb/v1/custom_backend_test.go +++ b/internal/namespaces/lb/v1/custom_backend_test.go @@ -25,6 +25,7 @@ func Test_GetBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } @@ -44,6 +45,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -58,6 +60,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -72,6 +75,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -86,6 +90,7 @@ func Test_CreateBackend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) } @@ -106,6 +111,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -121,6 +127,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -136,6 +143,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) @@ -151,6 +159,7 @@ func Test_AddBackendServers(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteRunningInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_certificate_test.go b/internal/namespaces/lb/v1/custom_certificate_test.go index d4bc92d6c0..607e92de0a 100644 --- a/internal/namespaces/lb/v1/custom_certificate_test.go +++ b/internal/namespaces/lb/v1/custom_certificate_test.go @@ -108,8 +108,11 @@ FKQ9WcK8j+KuYrWQJihn/omlWXSQ+zs12N7yKVLVRuY8aw4XuWZwvuu4EkRLYcUD "scw", "lb", "certificate", "create", "lb-id={{ .LB.ID }}", "custom-certificate-chain=" + customCertificateChain, }, - Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), TmpHomeDir: true, })) } diff --git a/internal/namespaces/lb/v1/custom_frontend_test.go b/internal/namespaces/lb/v1/custom_frontend_test.go index d690413243..92a6c20d56 100644 --- a/internal/namespaces/lb/v1/custom_frontend_test.go +++ b/internal/namespaces/lb/v1/custom_frontend_test.go @@ -25,6 +25,7 @@ func Test_GetFrontend(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_lb.go b/internal/namespaces/lb/v1/custom_lb.go index f5258aed35..686f1984f0 100644 --- a/internal/namespaces/lb/v1/custom_lb.go +++ b/internal/namespaces/lb/v1/custom_lb.go @@ -2,6 +2,8 @@ package lb import ( "context" + "errors" + "net/http" "reflect" "strings" "time" @@ -223,6 +225,26 @@ func lbUpdateBuilder(c *core.Command) *core.Command { } func lbDeleteBuilder(c *core.Command) *core.Command { + c.WaitFunc = func(ctx context.Context, argsI interface{}, respI interface{}) (interface{}, error) { + api := lb.NewZonedAPI(core.ExtractClient(ctx)) + waitForLb, err := api.WaitForLb(&lb.ZonedAPIWaitForLBRequest{ + LBID: argsI.(*lb.ZonedAPIDeleteLBRequest).LBID, + Zone: argsI.(*lb.ZonedAPIDeleteLBRequest).Zone, + RetryInterval: core.DefaultRetryInterval, + }) + if err != nil { + notFoundError := &scw.ResourceNotFoundError{} + responseError := &scw.ResponseError{} + if errors.As(err, &responseError) && responseError.StatusCode == http.StatusNotFound || errors.As(err, ¬FoundError) { + return &core.SuccessResult{ + Resource: "lb", + Verb: "delete", + }, nil + } + return nil, err + } + return waitForLb, nil + } c.Interceptor = interceptLB() return c } diff --git a/internal/namespaces/lb/v1/custom_lb_test.go b/internal/namespaces/lb/v1/custom_lb_test.go index 808adbbec5..64fe916b14 100644 --- a/internal/namespaces/lb/v1/custom_lb_test.go +++ b/internal/namespaces/lb/v1/custom_lb_test.go @@ -16,16 +16,22 @@ func Test_ListLB(t *testing.T) { BeforeFunc: createLB(), Cmd: "scw lb lb list", Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } func Test_CreateLB(t *testing.T) { t.Run("Simple", core.Test(&core.TestConfig{ - Commands: lb.GetCommands(), - Cmd: "scw lb lb create name=foobar description=foobar --wait", - Check: core.TestCheckGolden(), - AfterFunc: core.ExecAfterCmd("scw lb lb delete {{ .CmdResult.ID }}"), + Commands: lb.GetCommands(), + Cmd: "scw lb lb create name=foobar description=foobar --wait", + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + core.ExecAfterCmd("scw lb lb delete {{ .CmdResult.ID }} --wait"), + core.ExecAfterCmd("scw lb ip delete {{ (index .CmdResult.IP 0).ID }}"), + ), })) } @@ -35,7 +41,10 @@ func Test_GetLB(t *testing.T) { BeforeFunc: createLB(), Cmd: "scw lb lb get {{ .LB.ID }}", Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } @@ -48,7 +57,10 @@ func Test_UpdateLBIPv6(t *testing.T) { core.TestCheckExitCode(0), core.TestCheckGolden(), ), - AfterFunc: deleteLB(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) t.Run("IPID", core.Test(&core.TestConfig{ @@ -73,9 +85,12 @@ func Test_WaitLB(t *testing.T) { "LB", "scw lb lb create name=cli-test description=cli-test", ), - Cmd: "scw lb lb wait {{ .LB.ID }}", - Check: core.TestCheckGolden(), - AfterFunc: deleteLB(), + Cmd: "scw lb lb wait {{ .LB.ID }}", + Check: core.TestCheckGolden(), + AfterFunc: core.AfterFuncCombine( + deleteLB(), + deleteLBFlexibleIP(), + ), })) } @@ -104,6 +119,7 @@ func Test_GetStats(t *testing.T) { AfterFunc: core.AfterFuncCombine( deleteLB(), deleteInstance(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/custom_private_network_test.go b/internal/namespaces/lb/v1/custom_private_network_test.go index 315392df04..cdad4f4430 100644 --- a/internal/namespaces/lb/v1/custom_private_network_test.go +++ b/internal/namespaces/lb/v1/custom_private_network_test.go @@ -27,11 +27,12 @@ func Test_ListLBPrivateNetwork(t *testing.T) { deleteLB(), core.AfterFuncWhenUpdatingCassette( func(_ *core.AfterFuncCtx) error { - time.Sleep(10 * time.Second) + time.Sleep(1 * time.Minute) return nil }, ), deletePN(), + deleteLBFlexibleIP(), ), })) } diff --git a/internal/namespaces/lb/v1/helper_test.go b/internal/namespaces/lb/v1/helper_test.go index 0c6255be23..e8fa57cefc 100644 --- a/internal/namespaces/lb/v1/helper_test.go +++ b/internal/namespaces/lb/v1/helper_test.go @@ -21,7 +21,11 @@ func createLB() core.BeforeFunc { } func deleteLB() core.AfterFunc { - return core.ExecAfterCmd("scw lb lb delete {{ .LB.ID }}") + return core.ExecAfterCmd("scw lb lb delete {{ .LB.ID }} --wait") +} + +func deleteLBFlexibleIP() core.AfterFunc { + return core.ExecAfterCmd("scw lb ip delete {{ (index .LB.IP 0).ID }}") } func createInstance() core.BeforeFunc { diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml index cc9da95425..84cca2f60c 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", - "ip_address":"51.159.10.109", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"113aa800-80a3-4667-b47e-33b631627181", - "reverse":"51-159-10-109.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652047Z", "updated_at":"2024-12-24T09:49:08.034652047Z", + "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", - "ip_address":"51.159.10.109", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"113aa800-80a3-4667-b47e-33b631627181", - "reverse":"51-159-10-109.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652047Z", "updated_at":"2024-12-24T09:49:08.034652047Z", + "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d94ea48-98e9-4b59-9896-776fedc68df6 + - 580ac417-c04a-419a-bc89-80bb8d3bc443 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:08.313857Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:08.321459Z", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:08.313857Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:08.321459Z", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a3bf4fc-5eba-4a2a-b803-08f68a705e06 + - 4f70c818-65b3-4417-b91d-9497da5ceb88 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:09.786141Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:08.321459Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:09.786141Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:08.321459Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:10 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f58eb47f-680d-43e6-962a-bba7af43ab84 + - fe917e58-f36c-4f90-a140-803b976f678f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:09.786141Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:09.786141Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85aee03b-2540-45fa-a440-9dca6c6c7b92 + - f632f060-fcda-4f71-bf53-304e859c9780 status: 200 OK code: 200 duration: "" @@ -670,7 +666,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c8fccc8-4a29-41f4-977e-23b9c4ec2964 + - 08598bed-0f71-463a-beb6-0105f082e62d X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1316,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5e4e0f3a-b7b4-499a-a9cb-eaa4760145a2 + - 77634480-e67c-452b-8416-ddaf90327503 X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1525,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8c1b41d-5b02-4e09-8952-d4ab0418645a + - b23908ff-2785-4ca0-8bd9-6340bbeda262 status: 200 OK code: 200 duration: "" @@ -1576,7 +1572,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,41 +1601,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 07b1a0c7-e519-4192-9f82-7d4ed1997906 + - f881f96b-a826-4187-96fc-d48450832f7e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}}' + body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}}' + body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' headers: Content-Length: - - "364" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/fb49b08e-51b4-45cd-a0d0-bcf156deee1b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ca456f3e-9a61-4d00-b6ee-751d58d5e8aa Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1643,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffb41fa3-3d31-482f-aaa4-bc51474becd7 + - cc3f947a-c545-4234-ab32-074e811c4e91 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, - "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], - "mac_address": "de:00:00:89:36:37", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.654926+00:00", "modification_date": - "2024-12-24T09:49:13.654926+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1683,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, - "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], - "mac_address": "de:00:00:89:36:37", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.654926+00:00", "modification_date": - "2024-12-24T09:49:13.654926+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2638" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0da2cd4f-814f-405f-bc1a-b75b85777ebf + - 6da44c1d-0d0f-4e5a-99ba-e5a17dd922e3 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "12c1e331-5af4-4b94-b5cd-f41cf7371ea3", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action", - "href_result": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "started_at": - "2024-12-24T09:49:14.568426+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action method: POST response: - body: '{"task": {"id": "12c1e331-5af4-4b94-b5cd-f41cf7371ea3", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action", - "href_result": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "started_at": - "2024-12-24T09:49:14.568426+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/12c1e331-5af4-4b94-b5cd-f41cf7371ea3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8e91de5a-a78f-44a6-85b3-b895a3e65eee Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1781,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6074f484-bf4a-4aa4-940a-454f661e08a1 + - a24232fd-2b8c-456a-a9ed-2379c15e8e0d status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2660" + - "2659" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 73515f68-01e9-4067-9676-f845ddee3254 + - 8d8093a7-f284-416f-a145-f5861d84b582 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:19 GMT + - Wed, 08 Jan 2025 14:23:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9afa65f1-94c2-4979-bc82-e2b91e89bee2 + - a33f4d6f-1065-4c99-9856-402cc9c18cb0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:14.365519+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:24 GMT + - Wed, 08 Jan 2025 14:23:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11d3b0d9-1df3-49c6-b15f-cf8ea3076f85 + - dd89da4a-134f-498b-894c-bce8cf78b519 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2791" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,30 +2153,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb79f2e0-9cfd-40ac-b194-69be096abcfe + - 793dd05b-e5cb-4cce-82c1-90286262a314 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3897b0ba-2fcb-4cab-bc32-64d607d6a1a5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"113aa800-80a3-4667-b47e-33b631627181", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.358747108Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.341344505Z", "updated_at":"2024-12-24T09:49:30.341344505Z", + "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2189,43 +2185,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4/backends method: POST response: - body: '{"id":"3897b0ba-2fcb-4cab-bc32-64d607d6a1a5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"113aa800-80a3-4667-b47e-33b631627181", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.358747108Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.341344505Z", "updated_at":"2024-12-24T09:49:30.341344505Z", + "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1969" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2233,93 +2229,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab939027-49a0-4e84-ac28-d51960b14af5 + - 7ff3c947-97e1-48b9-a10b-a86bb4500381 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2791" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,30 +2323,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eb80ce46-4d7b-4cbf-b589-8e412357b638 + - 2a6c3652-3d80-4b52-84cd-ed9a52e463a5 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3897b0ba-2fcb-4cab-bc32-64d607d6a1a5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.65.65"], "lb":{"id":"113aa800-80a3-4667-b47e-33b631627181", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.767991355Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.341345Z", "updated_at":"2024-12-24T09:49:30.747169100Z", + "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2359,43 +2355,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/3897b0ba-2fcb-4cab-bc32-64d607d6a1a5/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/b750f771-b292-4d77-a8fb-719b6c829fd4/servers method: POST response: - body: '{"id":"3897b0ba-2fcb-4cab-bc32-64d607d6a1a5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.65.65"], "lb":{"id":"113aa800-80a3-4667-b47e-33b631627181", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.767991355Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.341345Z", "updated_at":"2024-12-24T09:49:30.747169100Z", + "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1978" + - "1981" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2403,41 +2399,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb42490d-802b-4199-8a9f-87d13ac7cdef + - b6675da4-ce3f-45b8-8024-db89b86157de status: 200 OK code: 200 duration: "" - request: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.767991Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 method: GET response: - body: '{"id":"113aa800-80a3-4667-b47e-33b631627181", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"27d2bebf-d88a-459e-856a-9b436d98775d", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:17.676342Z", - "updated_at":"2024-12-24T09:49:30.767991Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e410e345-bd6e-465d-8e39-a113d0ee9164", "ip_address":"51.159.10.109", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"113aa800-80a3-4667-b47e-33b631627181", "reverse":"51-159-10-109.lb.fr-par.scw.cloud", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.034652Z", "updated_at":"2024-12-24T09:49:10.955105Z", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2447,9 +2443,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2457,7 +2453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 739e9e40-1fac-4451-9f7e-c312bd1e81e3 + - 112e3d48-b0d7-4433-85a6-f01bc2df9692 status: 200 OK code: 200 duration: "" @@ -2466,8 +2462,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/113aa800-80a3-4667-b47e-33b631627181?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4?release_ip=false method: DELETE response: body: "" @@ -2477,9 +2473,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,93 +2483,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4a67094-f838-4e25-945b-c90f7fd90cf3 + - c9c9eb35-1048-4b87-aed5-d20edefc77b6 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + method: GET + response: + body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", + "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1106" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:31 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 30019212-109a-4cee-b9da-2189b4645fdb + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:33 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d26dd25c-3302-4d3f-99b3-b766e718cde4 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2791" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2581,93 +2663,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50d4a587-218b-4cb1-8bd9-7ec329047182 + - 1716e246-f415-4199-a7de-642c22cdf664 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:27.011434+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2791" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2675,43 +2757,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b4b2b6c-145b-40c3-bc7b-3224512feaf6 + - 8f84c976-85bd-4da2-9aa5-0d1ad5c57105 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "f2919fdc-6639-4808-9dac-6ce4403f75ef", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action", - "href_result": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "started_at": - "2024-12-24T09:49:32.028744+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action method: POST response: - body: '{"task": {"id": "f2919fdc-6639-4808-9dac-6ce4403f75ef", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe/action", - "href_result": "/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "started_at": - "2024-12-24T09:49:32.028744+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", + "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": + "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:32 GMT + - Wed, 08 Jan 2025 14:23:33 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f2919fdc-6639-4808-9dac-6ce4403f75ef + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b44431be-84b7-45c0-bcfd-61acff2e694d Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2719,93 +2801,281 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44e021a0-4730-4dca-9d57-60847ed961cb + - ccb11d61-ef29-48ae-8089-44058a633c4d status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2749" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8136415a-1898-4acc-9885-b419190a0fc6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2749" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8ce63358-f1db-4b87-b1f9-3a07a9fa9558 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:32 GMT + - Wed, 08 Jan 2025 14:23:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2813,93 +3083,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f76c5702-6077-41f7-8263-420f6ba0eaae + - 92df0f8e-7386-4a0a-98f9-c7c90b7531c5 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:36 GMT + - Wed, 08 Jan 2025 14:23:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2907,93 +3177,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 783cfc95-b69d-4be5-a8fc-41d22bcdba96 + - b2bfa6d6-115c-468f-8abd-6642d17f0424 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:42 GMT + - Wed, 08 Jan 2025 14:23:55 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3001,93 +3271,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 374c3a53-ce4c-4c05-b6a4-8c26912464b0 + - f6d8a206-b52b-4409-9b1a-13763cb16c15 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:47 GMT + - Wed, 08 Jan 2025 14:24:00 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3095,93 +3365,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d67e38d3-6ef6-40f2-8d57-073a9fa67068 + - 4b00123c-2f0d-4a4e-ad30-3915fda0713a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:52 GMT + - Wed, 08 Jan 2025 14:24:05 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3189,93 +3459,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b298adc-ce1e-42f2-81ff-1ef5a6fe7db2 + - e07ed758-81a7-4c8f-b79a-685c2350a7b3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:57 GMT + - Wed, 08 Jan 2025 14:24:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3283,93 +3553,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1cac7c10-df81-4bec-9b46-d9e2bb88643b + - 31226e46-9f4c-476a-9e77-68dc3b2c0676 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:03 GMT + - Wed, 08 Jan 2025 14:24:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3377,93 +3647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5b2f4ea-bf9f-48bd-a05b-ef504aea2720 + - e0030e61-5fc8-4d58-a212-20ea969919a5 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:07 GMT + - Wed, 08 Jan 2025 14:24:21 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3471,93 +3741,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4304349e-ccc6-426f-831f-e7a60295b563 + - 5795e3bb-966d-4a09-be88-78b1c933b546 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": - "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", - "address": "51.158.65.65", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], "mac_address": "de:00:00:89:36:37", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:31.639191+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "19", "hypervisor_id": "1201", "node_id": "11"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2751" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:13 GMT + - Wed, 08 Jan 2025 14:24:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3565,89 +3835,277 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8894caf3-597b-4542-96b1-9ec1ac3ba75e + - 0f34cd10-88dc-4d4f-9897-68e842bce274 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2749" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 831d4335-fa8d-476c-a722-99ab51604bfd + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + method: GET + response: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": + "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", + "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2749" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 79e8bfcb-69f4-45f1-8e36-7cbbb4a83520 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, - "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], - "mac_address": "de:00:00:89:36:37", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.654926+00:00", "modification_date": - "2024-12-24T09:50:18.362096+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: GET response: - body: '{"server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr", + body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-bohr", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", + "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "9b2d92b7-d33d-4251-8a5f-5fe84b1526fe", "name": "cli-srv-boring-bohr"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.654926+00:00", - "modification_date": "2024-12-24T09:49:13.654926+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", + "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}, - "public_ips": [{"id": "fb49b08e-51b4-45cd-a0d0-bcf156deee1b", "address": "51.158.65.65", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, + "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a3f667a9-cbe7-4398-b4c2-5ae5206c6c7e"}], - "mac_address": "de:00:00:89:36:37", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], + "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.654926+00:00", "modification_date": - "2024-12-24T09:50:18.362096+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": + "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2638" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:18 GMT + - Wed, 08 Jan 2025 14:24:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3655,7 +4113,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5b62537-f86b-4eed-9b44-3b1df272913e + - 3ff7b998-3fdb-4d72-8006-759a87253006 status: 200 OK code: 200 duration: "" @@ -3664,8 +4122,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/9b2d92b7-d33d-4251-8a5f-5fe84b1526fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 method: DELETE response: body: "" @@ -3675,9 +4133,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:18 GMT + - Wed, 08 Jan 2025 14:24:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3685,41 +4143,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e5860df-6217-4fef-a2f8-bd977686f6ca + - b723b07d-008d-49e9-a15e-8b806a29e0cc status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.654926+00:00", "modification_date": "2024-12-24T09:50:18.977959+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/9cbd9fd6-570c-4e59-a25e-28405c5e587d - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c5051ab9-4de9-466f-828f-0aabd38c9aa9 + method: DELETE response: - body: '{"volume": {"id": "9cbd9fd6-570c-4e59-a25e-28405c5e587d", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.654926+00:00", "modification_date": "2024-12-24T09:50:18.977959+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:19 GMT + - Wed, 08 Jan 2025 14:24:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3727,17 +4173,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b3bd952-aac2-4865-a286-91e8184a47fa - status: 200 OK - code: 200 + - b224050f-bd3e-4a32-82f6-94d5628e195c + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/9cbd9fd6-570c-4e59-a25e-28405c5e587d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 method: DELETE response: body: "" @@ -3747,9 +4193,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:19 GMT + - Wed, 08 Jan 2025 14:24:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3757,7 +4203,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55367d20-daa2-4963-bd40-1a8b215754d3 + - beb34cc7-a2ca-40c8-9f11-f78636f577ff status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden index 33ea79b3f0..79a829a0cb 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 3897b0ba-2fcb-4cab-bc32-64d607d6a1a5 +ID b750f771-b292-4d77-a8fb-719b6c829fd4 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.65.65] +[51.15.141.108] Lb: -ID 113aa800-80a3-4667-b47e-33b631627181 +ID 5eb96da4-5984-428b-8f0b-fae6057511c4 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -e410e345-bd6e-465d-8e39-a113d0ee9164 51.159.10.109 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf 113aa800-80a3-4667-b47e-33b631627181 51-159-10-109.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +6996152a-3714-4597-bbb1-6344a16e86e4 51.159.206.195 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 5eb96da4-5984-428b-8f0b-fae6057511c4 51-159-206-195.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -27d2bebf-d88a-459e-856a-9b436d98775d pending - few seconds ago few seconds ago fr-par fr-par-1 +f03d658e-af64-47ca-a9a3-b0c845d2c6b4 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "3897b0ba-2fcb-4cab-bc32-64d607d6a1a5", + "id": "b750f771-b292-4d77-a8fb-719b6c829fd4", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ ID STATUS IP ADDRESS CREATED AT UPDA "check_timeout": 1000 }, "pool": [ - "51.158.65.65" + "51.15.141.108" ], "lb": { - "id": "113aa800-80a3-4667-b47e-33b631627181", + "id": "5eb96da4-5984-428b-8f0b-fae6057511c4", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "27d2bebf-d88a-459e-856a-9b436d98775d", + "id": "f03d658e-af64-47ca-a9a3-b0c845d2c6b4", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ ID STATUS IP ADDRESS CREATED AT UPDA "zone": "fr-par-1" } ], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "e410e345-bd6e-465d-8e39-a113d0ee9164", - "ip_address": "51.159.10.109", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "113aa800-80a3-4667-b47e-33b631627181", - "reverse": "51-159-10-109.lb.fr-par.scw.cloud", + "id": "6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address": "51.159.206.195", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "5eb96da4-5984-428b-8f0b-fae6057511c4", + "reverse": "51-159-206-195.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml index 125fb5fc51..936aac26a2 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", - "ip_address":"51.159.206.165", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", - "reverse":"51-159-206-165.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022831618Z", "updated_at":"2024-12-24T09:49:08.022831618Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", + "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", - "ip_address":"51.159.206.165", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", - "reverse":"51-159-206-165.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022831618Z", "updated_at":"2024-12-24T09:49:08.022831618Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", + "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "906" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee698624-0d04-459a-b57c-3f64962e5708 + - 564f8933-74e3-418b-b637-5eecfb4075cd status: 200 OK code: 200 duration: "" - request: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:08.297309Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:08.304863Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:08.297309Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:08.304863Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1107" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5366c9e-acd3-4c55-ba31-7b8921cf9eeb + - a1ce32ea-d29e-4580-82f7-64a9c64269d1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:10.337435Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:08.304863Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:10.337435Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:08.304863Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:10 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9c6ab1c-f4bc-42a4-bcc7-c079a996f1a5 + - b34224ad-3de4-4dfc-956e-882ed4ded315 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:10.337435Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:10.337435Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 940d76fd-2bb1-463f-a9c5-052ab855ab1b + - 29d57410-db82-483a-aa78-0083345882ee status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 515a8c35-f068-40b1-ae7a-ae5bbc1b461e + - b95065ad-d94c-44c4-b753-c0c0c9364131 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 291a30bb-6062-4e98-9f95-649e73bab5cc + - e18dd8c1-f092-41f6-a1ed-2769b1a2b79f X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1529,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1551,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 01384b5b-ea10-4c22-b3de-fd7fcd5128ff + - cc33a70e-961b-4a14-b6a1-2cc27415207b status: 200 OK code: 200 duration: "" @@ -1576,7 +1576,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1595,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,41 +1605,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e300dc66-1b0a-472b-a55b-b55b2dc170d3 + - 562d67b4-296b-4f03-be7d-2972547632c3 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}}' + body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}}' + body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' headers: Content-Length: - - "365" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/090b718f-a41b-45ad-9bdb-0514effd355c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/87c0ba20-8af1-4281-bc0b-6553e4f46760 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1647,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b271bc6d-faac-43bc-a316-905b66e0b5d8 + - 60e3db9d-d2a9-4bc3-84e7-acc41ecef3e4 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, - "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], - "mac_address": "de:00:00:89:36:3d", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.962159+00:00", "modification_date": - "2024-12-24T09:49:13.962159+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1687,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, - "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], - "mac_address": "de:00:00:89:36:3d", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.962159+00:00", "modification_date": - "2024-12-24T09:49:13.962159+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2652" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1451adfc-76c5-4571-a173-9d714d3ddb9a + - 6b64736e-3bdf-4ea2-9e82-582ce4a0d84d status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "e17517ec-1b7c-43b7-b710-a8699991412c", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action", - "href_result": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59", "started_at": - "2024-12-24T09:49:14.797709+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action method: POST response: - body: '{"task": {"id": "e17517ec-1b7c-43b7-b710-a8699991412c", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action", - "href_result": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59", "started_at": - "2024-12-24T09:49:14.797709+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e17517ec-1b7c-43b7-b710-a8699991412c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/58ef0250-d973-4552-971a-a74146c584d8 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1785,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce2ac547-9d15-44dc-a811-10516509f0cb + - 48899600-d48f-4732-bc9a-b6ae0c4bc24d status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2674" + - "2670" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1875,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 346041d0-f5ac-470d-a38a-049e1a970928 + - b2bf8c34-d7ea-4a3d-b80c-15f3c9c29fe6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2772" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:19 GMT + - Wed, 08 Jan 2025 14:23:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4c5d090-cad8-4d05-8e61-b15ec1ca6a0a + - abd9a67d-7acd-473d-9bf1-2869a8c6fe35 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:14.575946+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2772" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:25 GMT + - Wed, 08 Jan 2025 14:23:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70a10b9c-6746-4fc8-9f9c-a4c35a1afae6 + - 34be524b-aa28-4b0e-a8a3-9e5833e1e4ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2803" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,30 +2157,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3922100c-5fa8-4cda-96f7-eac08fbff8e3 + - c8b5e87b-e433-4450-8811-b53ba45766b2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"2f920f06-7af9-4c90-bbba-09e83d5c79e3", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"02ed3a58-898e-4009-974b-30d1eed05635", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:30.584848995Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.550651292Z", "updated_at":"2024-12-24T09:49:30.550651292Z", + "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2189,43 +2189,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a/backends method: POST response: - body: '{"id":"2f920f06-7af9-4c90-bbba-09e83d5c79e3", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"02ed3a58-898e-4009-974b-30d1eed05635", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:30.584848995Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.550651292Z", "updated_at":"2024-12-24T09:49:30.550651292Z", + "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1969" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2233,93 +2233,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3167e9b3-0c26-4ef0-a3e8-b5738409fde7 + - 0353c5dc-2027-477f-96b7-4e5850bc8a72 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2803" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,53 +2327,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 578b6982-0a1a-4ba9-9683-e4aec36cc86b + - 6cc27be9-7e41-45bd-8853-ab3d8a76f8e4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:30.862337Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a method: GET response: - body: '{"id":"02ed3a58-898e-4009-974b-30d1eed05635", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"db13d874-fa46-4be4-9651-e4c6b41c8d04", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:17.417454Z", - "updated_at":"2024-12-24T09:49:30.862337Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f987b9-04f4-410b-b404-b6c31f30707d", "ip_address":"51.159.206.165", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"02ed3a58-898e-4009-974b-30d1eed05635", "reverse":"51-159-206-165.lb.fr-par.scw.cloud", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022832Z", "updated_at":"2024-12-24T09:49:11.767790Z", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2381,7 +2381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f79f625-cc0e-4b5f-b1b0-518c17e6ed0e + - f3ce1876-2672-409b-a911-68377c3a6b38 status: 200 OK code: 200 duration: "" @@ -2390,8 +2390,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/02ed3a58-898e-4009-974b-30d1eed05635?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a?release_ip=false method: DELETE response: body: "" @@ -2401,9 +2401,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2411,93 +2411,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a56eb1f9-621c-403d-952e-fc2eef26d375 + - 47183b02-1b84-4f5d-9539-65bd33227a94 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + method: GET + response: + body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", + "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:29 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f767f51a-6360-4f8c-99c8-b7bc99aba452 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:32 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7f96e218-55c7-4663-9938-fe6df12f3b96 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2803" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2505,93 +2591,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05159586-0130-4093-b91a-77105369503b + - 6bd10049-abc9-4389-980b-8e24c0a25733 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:28.289046+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2803" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2599,43 +2685,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6debab6-229f-4217-9733-fe206ad44667 + - 6e2f8c69-7ba5-47cd-88d5-988e31b47051 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "87635327-04c0-4f38-a2e0-97c5791ba83a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action", - "href_result": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59", "started_at": - "2024-12-24T09:49:31.774834+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action method: POST response: - body: '{"task": {"id": "87635327-04c0-4f38-a2e0-97c5791ba83a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59/action", - "href_result": "/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59", "started_at": - "2024-12-24T09:49:31.774834+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", + "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": + "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:32 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/87635327-04c0-4f38-a2e0-97c5791ba83a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5d263d94-2ffa-4e96-b0da-fd33d13164c1 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2643,93 +2729,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - caeb4169-3f39-41e5-b822-09b37eb8c90f + - 66d8aaea-a41f-4d85-9b37-7f7ad1958e4c status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:32 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2737,93 +2823,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9308dc03-ffa8-4951-8974-4847d0d24fd7 + - af851ee0-0ef6-427f-9d6f-d72817cdf878 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2831,93 +2917,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 36a2feca-b534-4788-bab0-779f95e9cacf + - d662e01d-c86a-42f9-81df-5eae0fa5a07b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:42 GMT + - Wed, 08 Jan 2025 14:23:42 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2925,93 +3011,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60bcce5a-9ced-4a6b-b2f0-bd7ee6553e52 + - a917b235-483c-4582-8a5c-e5f0a19d75ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:47 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3019,93 +3105,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a68adb48-41e0-460a-94d7-8a0b66e70563 + - 044ad62d-bbc7-40ac-be2e-564a1fd0b46f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:52 GMT + - Wed, 08 Jan 2025 14:23:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3113,93 +3199,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd7511bd-0a61-4e8a-8d76-3eee4e275cec + - 514449d1-2345-44c9-b431-780e4bab80cb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:57 GMT + - Wed, 08 Jan 2025 14:23:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3207,93 +3293,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1530234c-8ba2-4d83-88cd-f77132435ba7 + - 5f4b7da4-7c3c-4b60-8bf0-48defb32a02f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:02 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3301,93 +3387,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 219e817d-304d-4440-b498-74175d06aa42 + - 5bfe1a47-c1ba-4bea-a2b2-89ee90f96d93 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:08 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3395,93 +3481,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f41ee6e-595c-4ddd-bc6b-e66124a307ab + - ffb42812-b5ff-43ff-9baf-8e5655283459 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:12 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3489,93 +3575,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e389b0b-baef-42e7-ba0b-07e5e26cf7de + - b9a777e7-ec98-484c-bcfa-688958f18b4e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": - "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", - "address": "51.15.219.146", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], "mac_address": "de:00:00:89:36:3d", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:31.586797+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "16", "hypervisor_id": "702", "node_id": "5"}, "maintenances": [], "allowed_actions": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2763" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:18 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3583,89 +3669,371 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b22ad656-48d7-43bc-bf22-6b8d22f39370 + - fa480ac0-e205-4e8e-8035-17580693c05b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET + response: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2760" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:24 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c4a4a4a5-79e5-4af3-8cc8-5c6588594b5b + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET + response: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2760" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 41f23bdb-bb69-4dc2-ba60-803a13f08dff + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + method: GET + response: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": + "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", + "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2760" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0376b5e9-66b3-443b-a5e0-ac1bb076b25b + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, - "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], - "mac_address": "de:00:00:89:36:3d", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.962159+00:00", "modification_date": - "2024-12-24T09:50:19.671382+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: GET response: - body: '{"server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal", + body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-pascal", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f219db19-3099-4f49-b8c3-877c040fc28e", + "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "280dd483-198d-4c6c-9a90-055ad0ffbd59", "name": "cli-srv-youthful-pascal"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.962159+00:00", - "modification_date": "2024-12-24T09:49:13.962159+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", + "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}, - "public_ips": [{"id": "090b718f-a41b-45ad-9bdb-0514effd355c", "address": "51.15.219.146", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, + "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "a68afe6a-56a2-4441-b143-eb0a443df65d"}], - "mac_address": "de:00:00:89:36:3d", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], + "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.962159+00:00", "modification_date": - "2024-12-24T09:50:19.671382+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": + "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2652" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:23 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3673,7 +4041,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9659dfc-3624-4a28-981c-106fd4e476ba + - 6bfb86ae-f1f6-491e-9813-407f88b9c983 status: 200 OK code: 200 duration: "" @@ -3682,8 +4050,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/280dd483-198d-4c6c-9a90-055ad0ffbd59 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 method: DELETE response: body: "" @@ -3693,9 +4061,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:23 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3703,41 +4071,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ded58b40-e1e7-4ca5-b064-3d5e5781c1c0 + - c885c717-3497-4fa4-9465-4266a065b863 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "f219db19-3099-4f49-b8c3-877c040fc28e", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.962159+00:00", "modification_date": "2024-12-24T09:50:23.700789+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f219db19-3099-4f49-b8c3-877c040fc28e - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/714ae8e7-7340-4c7e-bb5e-512a94e7837d + method: DELETE response: - body: '{"volume": {"id": "f219db19-3099-4f49-b8c3-877c040fc28e", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.962159+00:00", "modification_date": "2024-12-24T09:50:23.700789+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:24 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3745,17 +4101,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a021a94e-a365-40c6-b8af-a94fbf890e29 - status: 200 OK - code: 200 + - b0fa54a1-2530-4596-8cdb-eb41114d3858 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f219db19-3099-4f49-b8c3-877c040fc28e + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -3765,9 +4121,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:23 GMT + - Wed, 08 Jan 2025 14:24:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3775,7 +4131,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6660a00a-46c2-4cb0-ba4b-f8e9a276710e + - 5081a94d-1dfc-41ba-9654-ffacd6d86ab3 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden index 5815cf1750..011f66a350 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 280dd483-198d-4c6c-9a90-055ad0ffbd59 +Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 280dd483-198d-4c6c-9a90-055ad0ffbd59 (cli-srv-youthful-pascal) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 280dd483-198d-4c6c-9a90-055ad0ffbd59" + "message": "server 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 (cli-srv-happy-lamport) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6" } diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml index 3bd67defb8..1658509b72 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", - "ip_address":"51.159.74.55", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "reverse":"51-159-74-55.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043152733Z", "updated_at":"2024-12-24T09:49:08.043152733Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", + "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", - "ip_address":"51.159.74.55", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "reverse":"51-159-74-55.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043152733Z", "updated_at":"2024-12-24T09:49:08.043152733Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", + "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "902" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0a3dd35-dc81-4246-9670-f7dc1c8dcc39 + - 4f5ee6e7-777f-4e7d-8e57-a9d57f1138b4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:08.304817Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:08.311038Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:08.304817Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:08.311038Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4627c1cf-8ba0-4727-96b4-c30afd14a39b + - 6ea8c4c6-72fe-44cf-aa9e-8e3eb4aba359 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:09.844492Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:08.311038Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:09.844492Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:08.311038Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:10 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa5c8390-702b-449f-b4bf-531074d79090 + - 9ba0bfb8-e9eb-4c3f-92d8-1dac46aea9ba status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:09.844492Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:09.844492Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1098" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cbc90e2-44c1-4b2b-9bcb-218d9895ac30 + - 55843097-66a3-48f3-bb6a-8b749d3e0aad status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dacc8634-a84b-48bd-870d-50371b244410 + - 76e2aea1-732d-4526-946a-faae2767a474 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5506990d-6608-43a9-aa0d-efd70fceee3e + - 3bf703ae-4cea-4021-a515-e2334cd7ec1e X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1529,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1551,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9e8b4d7-2cfd-47b4-bcff-512decb7b9ae + - 15bcfbf5-9666-4102-8420-74dbfea1e0fb status: 200 OK code: 200 duration: "" @@ -1576,7 +1576,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1595,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,41 +1605,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fe5ca11-ad68-4f91-ab18-ab028c84b5a4 + - aa800866-a03d-45c3-ac69-71dfddaa5a0a status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}}' + body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}}' + body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' headers: Content-Length: - - "365" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/5a030209-bdec-4d9f-8fa8-2d203f3181ab + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/301fb53b-6635-431f-bf84-1eeff435d054 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1647,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 58919700-62f6-4181-b6b4-73087ccfb267 + - 99b1e606-b734-46bf-8c34-31766244bade status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, - "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], - "mac_address": "de:00:00:89:36:3f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.812434+00:00", "modification_date": - "2024-12-24T09:49:13.812434+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1687,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, - "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], - "mac_address": "de:00:00:89:36:3f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.812434+00:00", "modification_date": - "2024-12-24T09:49:13.812434+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2651" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac4754af-fba6-46f9-81f7-598cc552a469 + - 4da25e08-8258-4c95-a8a3-6c9699e9bdbf status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "bacaeab8-af57-41c9-a750-abe045920362", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action", - "href_result": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023", "started_at": - "2024-12-24T09:49:14.947567+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action method: POST response: - body: '{"task": {"id": "bacaeab8-af57-41c9-a750-abe045920362", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action", - "href_result": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023", "started_at": - "2024-12-24T09:49:14.947567+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/bacaeab8-af57-41c9-a750-abe045920362 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6591b560-43b3-4edc-81a6-38d6ee7cb8b5 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1785,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3ac8c0e-52ad-4cde-96d5-6b035b00ede3 + - 90c44861-9067-4041-ba17-58ca48564eb6 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2673" + - "2668" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:15 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1875,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c69691a1-8734-4b95-a204-3f4688aac346 + - 06e9ad68-adf4-466d-80c0-bd7b28cde8d7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2773" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:19 GMT + - Wed, 08 Jan 2025 14:23:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e124a737-19d1-454d-964f-273fd1ea9864 + - 7e34f0bb-0b08-411a-abc8-c05ef067ed92 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2773" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:25 GMT + - Wed, 08 Jan 2025 14:23:23 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3034916c-8c7e-4fa9-96cc-5ec0db439f0b + - 9d75f67d-453f-4fa5-a9a5-00e0b215368e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2773" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,93 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0fc943be-1a71-4171-8146-d24016583201 + - 9866238f-9a93-4cd2-9ce7-55efe25c683f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2804" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:35 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2251,30 +2251,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30528698-7fc9-43a4-b7d0-32daa9bd790b + - 403ef0b0-4e40-405f-b077-69ebf7f48d3d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"af69e3c4-2b68-4b1b-8759-23ff1cfd6423", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:35.918947668Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:35.895643241Z", "updated_at":"2024-12-24T09:49:35.895643241Z", + "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2283,43 +2283,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0/backends method: POST response: - body: '{"id":"af69e3c4-2b68-4b1b-8759-23ff1cfd6423", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:35.918947668Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:35.895643241Z", "updated_at":"2024-12-24T09:49:35.895643241Z", + "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1965" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:36 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,46 +2327,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a6ee99d-0037-4632-a902-26f4ce66684a + - 295e015d-0662-4241-a942-48fae01c9c09 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "56f77545-06b0-488c-b11c-49b67c426988", - "name": "cli-srv-boring-blackwell", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-boring-blackwell", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2374,70 +2374,70 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}]}' + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "56f77545-06b0-488c-b11c-49b67c426988", - "name": "cli-srv-boring-blackwell", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-boring-blackwell", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2445,41 +2445,41 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}]}' + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5568" + - "5589" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:36 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,32 +2487,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 339d230b-ad10-4b4a-b5fc-6f0c8869a861 + - 75c9c8a2-9456-46ee-a15d-35f51064e7aa X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"af69e3c4-2b68-4b1b-8759-23ff1cfd6423", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.213.110", "51.15.234.137"], "lb":{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:36.601100348Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:35.895643Z", "updated_at":"2024-12-24T09:49:36.581756651Z", + "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2521,43 +2521,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/af69e3c4-2b68-4b1b-8759-23ff1cfd6423/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/39821ac0-afd5-43b2-a102-beb7ee13b597/servers method: POST response: - body: '{"id":"af69e3c4-2b68-4b1b-8759-23ff1cfd6423", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.213.110", "51.15.234.137"], "lb":{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:36.601100348Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:35.895643Z", "updated_at":"2024-12-24T09:49:36.581756651Z", + "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1994" + - "1991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:36 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2565,53 +2565,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1a972bf-8efa-46a6-a60f-63ce72be6ef8 + - 2e7b12c7-50eb-4525-b389-aec3a0219347 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:36.601100Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 method: GET response: - body: '{"id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"c0af172f-72f1-4c88-af2d-d7e046af9106", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:45:23.711297Z", - "updated_at":"2024-12-24T09:49:36.601100Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e6369dfe-6220-4b1c-bf7f-9554076e757f", "ip_address":"51.159.74.55", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", "reverse":"51-159-74-55.lb.fr-par.scw.cloud", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.043153Z", "updated_at":"2024-12-24T09:49:11.079247Z", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:36 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2619,7 +2619,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d74862b6-5322-42ef-aa30-f17acc832a7d + - d1009919-3b4c-4620-a0bc-3d01c2967ecc status: 200 OK code: 200 duration: "" @@ -2628,8 +2628,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e0a1d0d7-dfce-48de-b06a-c43135ac9aa8?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0?release_ip=false method: DELETE response: body: "" @@ -2639,9 +2639,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2649,93 +2649,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 52b66bba-a17e-4af9-973d-7e30bb55f6af + - 7a06a6f9-2efb-4574-a6a8-b3c1eb78f7a3 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + method: GET + response: + body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", + "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 66824316-2f61-4515-b8b8-66907fdb2adf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9184efc6-cb11-498b-92d1-790c598c7198 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2804" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2743,93 +2829,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae3a17d8-88e8-4f83-8929-5af21007c59a + - 31874f77-64b6-4578-af5b-a3e3a284e1c6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:33.402678+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2804" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2837,43 +2923,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d2b5d69-bec3-47f9-b192-523b5bb54440 + - f55aa46f-903a-447c-b737-8eb004767215 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "e73b934e-931f-4613-ac11-c7bc99d63a59", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action", - "href_result": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023", "started_at": - "2024-12-24T09:49:37.591397+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action method: POST response: - body: '{"task": {"id": "e73b934e-931f-4613-ac11-c7bc99d63a59", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023/action", - "href_result": "/servers/c1edc1e1-24f0-4051-bb11-51549fd64023", "started_at": - "2024-12-24T09:49:37.591397+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", + "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": + "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e73b934e-931f-4613-ac11-c7bc99d63a59 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3d129e92-709c-4aae-8574-a5fc6e91927e Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2881,93 +2967,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6fecb23-7a2c-45c6-8af4-e1103d21c02e + - c890f640-841a-4180-ae49-fe912f72e24c status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2975,93 +3061,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 431c76a3-3aaa-42b5-bdc6-d15a7e564ac2 + - 92197671-61df-41e1-8e45-f48d11780544 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:42 GMT + - Wed, 08 Jan 2025 14:23:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3069,93 +3155,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 248da0f3-f1bb-4d1d-988b-466c7420010b + - 9bbcbff1-2398-425c-b95a-6513f958f3ac status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:47 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3163,93 +3249,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7729b39-72ae-405d-b195-4a2970376e04 + - e3023b05-92e7-451a-9406-e266933871e6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:53 GMT + - Wed, 08 Jan 2025 14:23:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3257,93 +3343,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5171326f-8649-42e9-b2e6-78564191ac53 + - cf071f93-fb33-4550-be2b-4765942f4387 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:58 GMT + - Wed, 08 Jan 2025 14:23:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3351,93 +3437,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e5165d0-89cd-47e8-986f-eca71c195b57 + - fa17c05d-0543-445e-8163-8c5afc181f16 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:03 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3445,93 +3531,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d305ddb-e0be-49d0-997a-02c5204e109d + - a31ed091-0752-40dd-b10b-82e5060d5f03 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:08 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3539,93 +3625,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bd95b6b-309f-4df8-bc56-16610f600ef8 + - 33ffca3d-e31d-457a-b4d9-05e8acb51343 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:13 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3633,93 +3719,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54ee1ef0-4937-452b-b35d-f4240b7a452b + - 05d662aa-b68b-414d-b4f8-f74c45424e8e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:18 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3727,93 +3813,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 42cd91b4-693d-4454-a984-c1702c5a67fb + - 6b5dac45-ae3a-4123-bd64-fcd92b8b8b37 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": - "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:37.421309+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2764" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:23 GMT + - Wed, 08 Jan 2025 14:24:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3821,89 +3907,371 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b08c77e8-8bc7-477e-a6ec-aab643a3a8c2 + - 6133e0ef-c7c3-47d3-9d9e-fe27c587244c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: GET + response: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - df5d86dd-7168-41f2-9a5e-547e706cb305 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: GET + response: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5daa364d-cd71-4bf6-aacd-64effe89a227 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + method: GET + response: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": + "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 74717423-c813-440d-8ec8-9a6c204946ad + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, - "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], - "mac_address": "de:00:00:89:36:3f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.812434+00:00", "modification_date": - "2024-12-24T09:50:24.266314+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: GET response: - body: '{"server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, - "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", "address": "51.15.213.110", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, + "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], - "mac_address": "de:00:00:89:36:3f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], + "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.812434+00:00", "modification_date": - "2024-12-24T09:50:24.266314+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": + "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2651" + - "2646" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:28 GMT + - Wed, 08 Jan 2025 14:24:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3911,7 +4279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 261a4ff7-c018-4749-ac5b-f9fad74f28f0 + - 1ad53fab-db50-4820-8090-fe91c27af74e status: 200 OK code: 200 duration: "" @@ -3920,8 +4288,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/c1edc1e1-24f0-4051-bb11-51549fd64023 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e method: DELETE response: body: "" @@ -3931,9 +4299,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3941,41 +4309,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04f57b78-9238-4e92-90a5-1b821a9047bf + - ef07f628-9ff2-455b-9538-b9873722e2f0 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "afe55fc9-41a2-4864-b681-a9894936d1fc", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.812434+00:00", "modification_date": "2024-12-24T09:50:29.486461+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/afe55fc9-41a2-4864-b681-a9894936d1fc - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/aa203a34-a69c-4f58-8b64-57998f1297f9 + method: DELETE response: - body: '{"volume": {"id": "afe55fc9-41a2-4864-b681-a9894936d1fc", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.812434+00:00", "modification_date": "2024-12-24T09:50:29.486461+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3983,17 +4339,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3446d978-7143-44c4-a0d7-7423f826abed - status: 200 OK - code: 200 + - db47d6f1-22af-4bd0-a465-4030cb6647a8 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/afe55fc9-41a2-4864-b681-a9894936d1fc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -4003,9 +4359,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4013,7 +4369,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d085cca-0462-4110-9dff-de9d7c00de82 + - de65a8cd-ebb3-45fd-8a6e-04cb78ab8771 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden index e622978ae4..f2ff6dbe90 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID af69e3c4-2b68-4b1b-8759-23ff1cfd6423 +ID 39821ac0-afd5-43b2-a102-beb7ee13b597 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.15.213.110 51.15.234.137] +[51.15.136.41 51.15.225.123] Lb: -ID e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 +ID 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -e6369dfe-6220-4b1c-bf7f-9554076e757f 51.159.74.55 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf e0a1d0d7-dfce-48de-b06a-c43135ac9aa8 51-159-74-55.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -c0af172f-72f1-4c88-af2d-d7e046af9106 pending - few seconds ago few seconds ago fr-par fr-par-1 +7058611d-4188-42b3-8b6d-3c3deefe52f2 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "af69e3c4-2b68-4b1b-8759-23ff1cfd6423", + "id": "39821ac0-afd5-43b2-a102-beb7ee13b597", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ c0af172f-72f1-4c88-af2d-d7e046af9106 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.15.213.110", - "51.15.234.137" + "51.15.136.41", + "51.15.225.123" ], "lb": { - "id": "e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", + "id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "c0af172f-72f1-4c88-af2d-d7e046af9106", + "id": "7058611d-4188-42b3-8b6d-3c3deefe52f2", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -91,16 +91,16 @@ c0af172f-72f1-4c88-af2d-d7e046af9106 pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "e6369dfe-6220-4b1c-bf7f-9554076e757f", - "ip_address": "51.159.74.55", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "e0a1d0d7-dfce-48de-b06a-c43135ac9aa8", - "reverse": "51-159-74-55.lb.fr-par.scw.cloud", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml index 86eac48194..2fb955c9aa 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml @@ -2,34 +2,34 @@ version: 1 interactions: - request: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", - "ip_address":"51.159.24.231", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", - "reverse":"51-159-24-231.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239059Z", "updated_at":"2024-12-24T09:49:08.022239059Z", + "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", - "ip_address":"51.159.24.231", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", - "reverse":"51-159-24-231.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239059Z", "updated_at":"2024-12-24T09:49:08.022239059Z", + "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -39,9 +39,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,41 +49,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f419050-357d-41a3-9f5e-cbd4d2e40c95 + - 28222587-1f8a-4a78-ade5-04b757cdb380 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:08.321859Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:08.328826Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:08.321859Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:08.328826Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -93,9 +93,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:08 GMT + - Wed, 08 Jan 2025 14:23:07 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,41 +103,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ab9765b-7b6f-4ac8-8f8f-412b9d9c233b + - ca8122bf-592f-40ab-8fd4-f0c1453ec312 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:10.357863Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:08.328826Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:10.357863Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:08.328826Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -147,9 +147,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:10 GMT + - Wed, 08 Jan 2025 14:23:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,41 +157,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a0ad492-6b2f-4022-8576-5e2cd31857f3 + - d2a0c2f7-50fa-44bd-a503-63f7968283b3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:10.357863Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:10.357863Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -201,9 +201,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1db719ab-55bd-43cf-96af-34869ea93106 + - a0955809-f4ae-40d5-b21a-a044a0176924 status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 91b43c3b-5eba-401b-9657-b80c403a2830 + - e16cbdf0-9da2-44ff-b18b-4310761a3e32 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bee30bb5-0b5f-4140-9b12-a6d4be43728b + - abff681a-3802-4c92-a62e-0645902e2638 X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1529,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1551,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75afc8b1-f582-440f-a56f-a2c5feddff27 + - fc2d9c4b-fb2b-4c11-bfe9-44aa7bd4a55c status: 200 OK code: 200 duration: "" @@ -1576,7 +1576,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1595,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:12 GMT + - Wed, 08 Jan 2025 14:23:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,28 +1605,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6899343a-62ad-4f02-b917-b6b683fd5809 + - fd491514-c520-417a-871f-4f11ab978a70 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}}' + body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}}' + body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' headers: Content-Length: - "365" @@ -1635,11 +1635,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f71c779a-c8de-4690-b0cc-294e73808b15 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1647,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0502f929-8c91-4781-8792-a72693ed3edf + - e4da6ae2-7c1a-47f3-ab2d-94e7a6e57801 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, - "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], - "mac_address": "de:00:00:89:36:35", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.624633+00:00", "modification_date": - "2024-12-24T09:49:13.624633+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1687,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, - "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], - "mac_address": "de:00:00:89:36:35", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.624633+00:00", "modification_date": - "2024-12-24T09:49:13.624633+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2660" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:13 GMT + - Wed, 08 Jan 2025 14:23:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 897ee4db-c113-4b09-872d-f41341511c70 + - 7e1e5337-51aa-43e0-b9a7-af205a7ead7c status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "750d6683-cd30-40db-a054-acf9e84b3cf2", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/56f77545-06b0-488c-b11c-49b67c426988/action", - "href_result": "/servers/56f77545-06b0-488c-b11c-49b67c426988", "started_at": - "2024-12-24T09:49:14.790667+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action method: POST response: - body: '{"task": {"id": "750d6683-cd30-40db-a054-acf9e84b3cf2", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/56f77545-06b0-488c-b11c-49b67c426988/action", - "href_result": "/servers/56f77545-06b0-488c-b11c-49b67c426988", "started_at": - "2024-12-24T09:49:14.790667+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:13 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/750d6683-cd30-40db-a054-acf9e84b3cf2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/982149f5-7a6e-4ac1-b55a-f57672eff0e5 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1785,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5428cf0-0cba-43de-b42b-cde3bf6033ff + - 54c2eecb-319c-4157-bae9-3cd641b8f0f7 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2682" + - "2667" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:13 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7d5ba4c1-df2b-4d6e-82c7-e413630e5205 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + method: GET + response: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:14 GMT + - Wed, 08 Jan 2025 14:23:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c6be764-f7a6-42cf-9292-2ccbadca9288 + - 82e9cd56-d70d-4e12-901f-2f12a61ad18c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2780" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:19 GMT + - Wed, 08 Jan 2025 14:23:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bbb2308d-c1b4-4892-af07-4c0f3d48512e + - 054c0de6-3a20-4431-926c-3ee00e1d939d status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:14.314843+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2780" + - "2767" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:24 GMT + - Wed, 08 Jan 2025 14:23:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ce94eb7-c7c7-4d23-9409-5a13e1db10ae + - 4ef933f5-2829-454a-a809-c7ceb0ff2489 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2811" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,30 +2251,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d4c67bf-ab11-4ee3-a45b-aa72558442c6 + - 55e7c4a0-1cbd-4365-9899-c125f0eaedb2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"122e72e2-4e35-4d6c-9e7c-90decc932706", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:30.587288799Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.549544445Z", "updated_at":"2024-12-24T09:49:30.549544445Z", + "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2189,29 +2283,29 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b/backends method: POST response: - body: '{"id":"122e72e2-4e35-4d6c-9e7c-90decc932706", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:30.587288799Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:30.549544445Z", "updated_at":"2024-12-24T09:49:30.549544445Z", + "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2223,9 +2317,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2233,157 +2327,159 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4c4f9c4d-b8d4-44d2-b373-2c82812a820d + - 2fc871c4-97ce-491f-af95-3edf7ebcfb36 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}, {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence", + body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-upbeat-spence", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "afe55fc9-41a2-4864-b681-a9894936d1fc", + "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "c1edc1e1-24f0-4051-bb11-51549fd64023", "name": "cli-srv-upbeat-spence"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:13.812434+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}, "public_ips": [{"id": "5a030209-bdec-4d9f-8fa8-2d203f3181ab", - "address": "51.15.213.110", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", + "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "6c65ec43-2c5f-49d9-bc2b-53211ae5e40e"}], "mac_address": "de:00:00:89:36:3f", + "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.812434+00:00", - "modification_date": "2024-12-24T09:49:14.757154+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", + "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "1201", "node_id": "37"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}, {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", + "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5577" + - "5589" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:30 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2391,43 +2487,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d1b5477-704d-4872-aced-a60e38602453 + - 62ef3f49-5a50-4c24-8a04-f6fca00dd975 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:30.892425Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b method: GET response: - body: '{"id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"e876fb5f-89b2-4d1d-9c0b-02e6c60f2da1", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:05:07.422096Z", - "updated_at":"2024-12-24T09:49:30.892425Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e3fc1c01-8b46-4635-a9e1-105992659122", "ip_address":"51.159.24.231", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"ab9b0754-984d-4703-8677-e4a5bb41e49f", "reverse":"51-159-24-231.lb.fr-par.scw.cloud", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:49:08.022239Z", "updated_at":"2024-12-24T09:49:11.512814Z", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2437,9 +2533,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:34 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2447,7 +2543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1fc8529a-448a-45ba-9734-7fcb7a43cd49 + - c1fcadeb-899e-409b-a782-d00ee7d96d44 status: 200 OK code: 200 duration: "" @@ -2456,8 +2552,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/ab9b0754-984d-4703-8677-e4a5bb41e49f?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b?release_ip=false method: DELETE response: body: "" @@ -2467,9 +2563,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2477,93 +2573,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa6038bb-1188-441b-bb30-916fdcaf5d28 + - 8c6bf3d3-fa07-4675-866d-96c3364327b6 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + method: GET + response: + body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", + "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:35 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a8765f8-9f01-4afe-9231-022baaeec105 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:23:37 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bcf61254-d73a-4d75-ba9d-e72229630007 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2811" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2571,93 +2753,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03faf823-2cf7-44fd-9bc2-da05642ae611 + - 02a512af-e7bb-4a04-8fb1-e4a2706e1663 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:27.435566+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2811" + - "2798" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2665,43 +2847,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c564c16-5589-46ba-8d8d-37531b36d8fc + - f1f80b19-6db8-42cf-958e-1dcb27ee9eed status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "f1c73dc3-72cb-4d70-af2d-4efc762a7168", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/56f77545-06b0-488c-b11c-49b67c426988/action", - "href_result": "/servers/56f77545-06b0-488c-b11c-49b67c426988", "started_at": - "2024-12-24T09:49:32.319479+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action method: POST response: - body: '{"task": {"id": "f1c73dc3-72cb-4d70-af2d-4efc762a7168", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/56f77545-06b0-488c-b11c-49b67c426988/action", - "href_result": "/servers/56f77545-06b0-488c-b11c-49b67c426988", "started_at": - "2024-12-24T09:49:32.319479+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", + "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": + "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:31 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f1c73dc3-72cb-4d70-af2d-4efc762a7168 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9cfc6478-323e-4d25-85ed-1455824681c2 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2709,93 +2891,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e34272ce-6d2d-4e23-9220-d05375d4e0c0 + - bf8d872b-f2e0-4447-8211-ed91fa95d152 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:32 GMT + - Wed, 08 Jan 2025 14:23:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2803,93 +2985,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 685c96d7-7d42-420d-9d24-34990356b405 + - 0b622f65-06f4-4a96-b89e-ab4957d5a1a0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:37 GMT + - Wed, 08 Jan 2025 14:23:43 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2897,93 +3079,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 030affba-73c0-4c87-b516-12acdc838d68 + - 551cbe50-38dd-4ef0-aff0-17f10afa5d7b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:42 GMT + - Wed, 08 Jan 2025 14:23:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2991,93 +3173,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dbdc9d0a-4257-4d81-b8f2-a36116273eff + - 4ac2c358-e009-46db-b654-e61b23caeffa status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:47 GMT + - Wed, 08 Jan 2025 14:23:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3085,93 +3267,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 380751a3-2d4b-4b4a-8fb8-30a8b527e3c6 + - 7626a2a5-2a7f-4c9d-9d22-d9badaf94846 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:52 GMT + - Wed, 08 Jan 2025 14:23:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3179,93 +3361,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 83440041-5880-4bd3-bdf0-63f6363ff05d + - 390a2b67-4a1c-4430-8a8f-8c12c225a3a0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:57 GMT + - Wed, 08 Jan 2025 14:24:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3273,93 +3455,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e700bf16-df62-4e50-8586-9c2a6b63fd6b + - 6a1327f9-d67f-4086-b68f-924267d82956 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:03 GMT + - Wed, 08 Jan 2025 14:24:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3367,93 +3549,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a9e499e1-c933-4c6d-92b2-bbdecdf64e00 + - d0ed4504-1a18-453c-a9ac-53c9f4f92931 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:08 GMT + - Wed, 08 Jan 2025 14:24:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3461,93 +3643,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 843260f5-ff79-4a18-bf21-4dd24deba99e + - acd70700-6dde-4277-82cb-76ae2daa9336 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:13 GMT + - Wed, 08 Jan 2025 14:24:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3555,93 +3737,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33466980-d299-49f0-96a8-4bd074b8be72 + - 765fa85e-27fb-49c5-800f-25b218c233c3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:18 GMT + - Wed, 08 Jan 2025 14:24:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3649,93 +3831,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54d9aae4-6fb0-499b-a137-f3a4b50b64ad + - 311b54f1-3a9d-4537-ae49-01ea2263cbdb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": - "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", - "address": "51.15.234.137", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], "mac_address": "de:00:00:89:36:35", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:31.629030+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "402", "node_id": "4"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2771" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:23 GMT + - Wed, 08 Jan 2025 14:24:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3743,89 +3925,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da7e4604-466d-46a1-8ebc-c65e6338b0b1 + - 9534c0b6-561f-472a-8d42-bda50de59f42 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + method: GET + response: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": + "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", + "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:24:34 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ee78d148-9c57-4458-8459-33ac70d82819 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, - "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], - "mac_address": "de:00:00:89:36:35", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.624633+00:00", "modification_date": - "2024-12-24T09:50:26.585193+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: GET response: - body: '{"server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell", + body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-boring-blackwell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2d026794-0af1-4306-8a91-08827693f4ad", + "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "56f77545-06b0-488c-b11c-49b67c426988", "name": "cli-srv-boring-blackwell"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:13.624633+00:00", - "modification_date": "2024-12-24T09:49:13.624633+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", + "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}, - "public_ips": [{"id": "bef7fe09-8e5b-4372-a4ca-b8d42aa0fb70", "address": "51.15.234.137", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, + "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "82b270d1-bd54-4983-acd7-809a943ca4df"}], - "mac_address": "de:00:00:89:36:35", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], + "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:13.624633+00:00", "modification_date": - "2024-12-24T09:50:26.585193+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": + "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2660" + - "2645" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3833,7 +4109,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6584ef77-3236-4fe1-bd40-210d05939e40 + - 79da813a-3eb9-48b3-9171-05da9d835382 status: 200 OK code: 200 duration: "" @@ -3842,8 +4118,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/56f77545-06b0-488c-b11c-49b67c426988 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb method: DELETE response: body: "" @@ -3853,9 +4129,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3863,41 +4139,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a32fc67-c096-48bd-9946-044ddf24e732 + - dd9d0ea8-b9e0-4b59-9b62-1e76c3293a6f status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "2d026794-0af1-4306-8a91-08827693f4ad", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.624633+00:00", "modification_date": "2024-12-24T09:50:29.404590+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2d026794-0af1-4306-8a91-08827693f4ad - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/eac841bc-27e2-4f1e-8a8b-66c241345b57 + method: DELETE response: - body: '{"volume": {"id": "2d026794-0af1-4306-8a91-08827693f4ad", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:13.624633+00:00", "modification_date": "2024-12-24T09:50:29.404590+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3905,17 +4169,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 229f0055-b1e9-4397-9e04-aa6542872a1b - status: 200 OK - code: 200 + - d202f292-616a-4958-b64c-21211d087a64 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2d026794-0af1-4306-8a91-08827693f4ad + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -3925,9 +4189,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:29 GMT + - Wed, 08 Jan 2025 14:24:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3935,7 +4199,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18a9b1a5-be4d-4f23-8dde-33d9ec5a2798 + - fb280f9f-bf7d-49b9-9766-6c9ff40136bb status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden index fef6e9cba2..9ef782db2f 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start c1edc1e1-24f0-4051-bb11-51549fd64023 +Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server c1edc1e1-24f0-4051-bb11-51549fd64023 (cli-srv-upbeat-spence) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start c1edc1e1-24f0-4051-bb11-51549fd64023" + "message": "server beb6ff9f-4fb8-4c8d-82e2-88909a7f389e (cli-srv-jolly-agnesi) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml index 3190fa8f75..04677de8ff 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", - "ip_address":"51.159.25.51", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "reverse":"51-159-25-51.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443621685Z", "updated_at":"2024-12-24T09:45:10.443621685Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", + "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", - "ip_address":"51.159.25.51", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "reverse":"51-159-25-51.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443621685Z", "updated_at":"2024-12-24T09:45:10.443621685Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", + "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "902" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 308380a5-47bc-4259-8c61-e7ae926453cc + - 829ebdc5-04b2-45c8-a1b7-47714e532b75 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", - "ip_address":"51.159.25.51", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "reverse":"51-159-25-51.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:10.443622Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", + "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", - "ip_address":"51.159.25.51", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "reverse":"51-159-25-51.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:10.443622Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", + "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "896" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35235693-2b23-4a42-a523-8f4a02311238 + - 95d5946a-9c2f-476b-911c-312e56ce61c0 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:10.783870Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:10.814014Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:10.783870Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:10.814014Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:12 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0bb3ec65-5e9a-4ed9-8032-47d07dc250ba + - 2c3bac7a-7802-4201-88d1-e59a85eb9a31 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:13.031096Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:13.031096Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1098" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7cfab1a3-1539-4174-bc52-ddf5067652a6 + - 2f67d696-2f12-4ffe-9d62-0647fa0fad03 status: 200 OK code: 200 duration: "" @@ -666,7 +666,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdc5f687-4447-493f-86fe-85f9c3e51935 + - 3c4c5c08-fa12-495f-8473-cac0bc723ef1 X-Total-Count: - "68" status: 200 OK @@ -1316,7 +1316,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88a2c4df-698a-4db2-aad3-09e281862bb9 + - 16888dfe-c38a-4921-8d2d-83f3ff6e137c X-Total-Count: - "68" status: 200 OK @@ -1525,7 +1525,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1547,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1557,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ac37dfb-0ec3-4fed-8ee7-886f67a40fac + - faa06760-f932-474b-b02e-dbcb065349b6 status: 200 OK code: 200 duration: "" @@ -1572,7 +1572,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1591,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1601,41 +1601,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c203f0a7-bb95-4b85-87f3-bbc2ace6e709 + - a28819c7-176c-4138-b30c-1bb7fdfdfb41 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}}' + body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}}' + body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' headers: Content-Length: - - "367" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/63a05bc9-7c77-46e4-a427-d0b8306a4669 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/c921d8af-1fed-4895-af68-ebda5fe87c29 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1643,39 +1643,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 101295f4-a4d2-4529-aaa0-1336e3c5b016 + - 1e478b96-d460-42f1-ae69-198ee1d65ca3 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, - "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], - "mac_address": "de:00:00:89:35:db", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.111536+00:00", "modification_date": - "2024-12-24T09:45:16.111536+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1683,53 +1683,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, - "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], - "mac_address": "de:00:00:89:35:db", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.111536+00:00", "modification_date": - "2024-12-24T09:45:16.111536+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2641" + - "2667" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1737,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 285fa2d0-e41a-40e1-ad33-707afa1f2729 + - c518bd5f-dc6b-4c5c-8199-b0639bd27898 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "0447f0da-80c7-4723-a303-6afd95304129", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action", - "href_result": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017", "started_at": - "2024-12-24T09:45:17.034681+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action method: POST response: - body: '{"task": {"id": "0447f0da-80c7-4723-a303-6afd95304129", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action", - "href_result": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017", "started_at": - "2024-12-24T09:45:17.034681+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0447f0da-80c7-4723-a303-6afd95304129 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/52a2e57e-9693-4283-96dd-f51a68756f82 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1781,89 +1781,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 809c6d73-c8c4-4880-b752-8f01a6a78254 + - 7cd0e7a1-9bad-4691-b5cb-db110b3d98ad status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.793538+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.793538+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2663" + - "2689" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9c9af437-1d57-4db5-b234-65e8558d9e3c + - 222b78cd-d657-4dfe-b6fc-f87a7c47005e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.793538+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.793538+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2762" + - "2788" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:21 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,93 +1965,187 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 357e00f5-4658-4055-95cf-4526e0409bc6 + - 70adb9b1-ffe0-40e7-8921-45fc90b54af3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + method: GET + response: + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2788" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d8e15e87-a990-40b3-a93b-322151dede47 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:27 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,93 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0084b933-84d6-4d77-8630-a3a00d9dcf71 + - 31ad6d97-1251-4ae5-a63c-991e1bbeeb97 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:27 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2153,30 +2247,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24caf813-a5f8-4119-bcbc-cbe1d1301cbe + - 8cf8e59a-f66c-47c4-b7ef-6b648b698d32 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"ce27908b-28fc-45e3-93b7-26313ba1660c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.142.230"], "lb":{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:27.849683510Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:45:27.824399087Z", "updated_at":"2024-12-24T09:45:27.824399087Z", + "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2185,43 +2279,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2/backends method: POST response: - body: '{"id":"ce27908b-28fc-45e3-93b7-26313ba1660c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.142.230"], "lb":{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:27.849683510Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:45:27.824399087Z", "updated_at":"2024-12-24T09:45:27.824399087Z", + "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1982" + - "1978" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:27 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2229,53 +2323,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ce3e8098-dfcf-4918-b17d-bb461bb0064a + - a2a743e0-7f00-4999-9e78-86206359bc40 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:27.849684Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 method: GET response: - body: '{"id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b601a129-3339-41a3-9a28-dd03976352e3", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T06:11:37.665213Z", - "updated_at":"2024-12-24T09:45:27.849684Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"de665bdd-bb75-48f7-8cef-3562c1b26b3d", "ip_address":"51.159.25.51", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"fd11a7e9-4d0f-48c0-8df2-8b7efd158004", "reverse":"51-159-25-51.lb.fr-par.scw.cloud", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.443622Z", "updated_at":"2024-12-24T09:45:14.614708Z", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2283,7 +2377,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43bf0e2f-99eb-4643-b4b0-97010537b8c8 + - 5f887135-bfe6-46b7-8491-e79cd9f80afc status: 200 OK code: 200 duration: "" @@ -2292,8 +2386,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/fd11a7e9-4d0f-48c0-8df2-8b7efd158004?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2?release_ip=false method: DELETE response: body: "" @@ -2303,9 +2397,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2313,93 +2407,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8e30d38-7a94-4890-bfca-cde9995b2109 + - 296c891b-d975-4f39-95e9-b1087d75dd56 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + method: GET + response: + body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", + "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", + "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:46 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7de156b5-0552-4c88-ab7d-60bddc39b1ad + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bf516d0f-6570-4771-b078-a04e907dbab8 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:48 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2407,93 +2587,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 087d2c1a-6434-4e09-9220-cc0a395a81e1 + - 5a471ca7-cebd-4c81-8566-926ad46301a7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:26.313880+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2819" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2501,43 +2681,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 027f8f00-1209-4fc0-927a-2882af467695 + - 08ef81f6-bdd2-4be6-b3af-827158fec46f status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "cb7dd52a-9bb8-4402-9b44-f10442738b2a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action", - "href_result": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017", "started_at": - "2024-12-24T09:45:28.884169+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action method: POST response: - body: '{"task": {"id": "cb7dd52a-9bb8-4402-9b44-f10442738b2a", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017/action", - "href_result": "/servers/d93af35e-f7d2-47cc-9d63-c04799e86017", "started_at": - "2024-12-24T09:45:28.884169+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", + "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": + "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/cb7dd52a-9bb8-4402-9b44-f10442738b2a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/baab345d-30c1-4d20-8c44-a2152063947b Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2545,93 +2725,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7b8d912-bdff-48e5-bff5-fb60b809c3ec + - 9969e73c-a5ac-4cb9-99c0-b31269dc9424 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:49 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2639,93 +2819,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a57eeb6-4b1b-4736-9410-44329c78c9e6 + - 3f71feba-25b0-40e5-895d-404f33666c83 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2733,93 +2913,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c78801b3-7c1e-419f-80ec-e80a53c540a2 + - fb0e2a95-eb19-471c-906f-bccc94740f2c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:39 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2827,93 +3007,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41850095-53bb-4467-9319-6197fe39fc3c + - 243fbc98-a809-4683-95ab-0c783785be66 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:44 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2921,93 +3101,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51bfb0d6-9f73-4d6c-b2c8-a014e768b1e5 + - 89cade75-caef-4f98-a478-abc04b0d5c5f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:49 GMT + - Wed, 08 Jan 2025 14:22:10 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3015,93 +3195,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e7860ac-4e4a-4149-a568-f34a93d668dc + - e36bc216-df8f-4558-8d9d-9ea56a7c9470 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:54 GMT + - Wed, 08 Jan 2025 14:22:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3109,93 +3289,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71603292-df72-4806-967f-ac384e1055f9 + - 6d88d77d-ccea-4241-aa9a-73a45a9a13f2 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:59 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3203,93 +3383,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a770e83a-faac-443c-aff4-8cad57ae780a + - 94a7f547-8433-499e-a7b5-43307c9a1188 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:05 GMT + - Wed, 08 Jan 2025 14:22:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3297,93 +3477,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1373b06-ae14-4468-9776-b434944949ba + - 2a303b38-eeec-458c-a7c3-74c756b5b637 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": - "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": + "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", - "address": "163.172.142.230", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", + "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], "mac_address": "de:00:00:89:35:db", + "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:28.712640+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "302", "node_id": "38"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2753" + - "2779" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:10 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3391,89 +3571,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a89770cd-07f9-4cf2-a20f-ad10753806d3 + - a3b0bfb6-530b-40ae-94e5-1b364c2edf75 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, - "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], - "mac_address": "de:00:00:89:35:db", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.111536+00:00", "modification_date": - "2024-12-24T09:46:11.832919+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: GET response: - body: '{"server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd", + body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-brave-boyd", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", + "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "d93af35e-f7d2-47cc-9d63-c04799e86017", "name": "cli-srv-brave-boyd"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.111536+00:00", - "modification_date": "2024-12-24T09:45:16.111536+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", + "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}, - "public_ips": [{"id": "63a05bc9-7c77-46e4-a427-d0b8306a4669", "address": "163.172.142.230", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, + "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "2ffcecb2-2474-4700-876c-70092ba686fc"}], - "mac_address": "de:00:00:89:35:db", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], + "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.111536+00:00", "modification_date": - "2024-12-24T09:46:11.832919+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": + "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2641" + - "2667" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3481,7 +3661,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 355b6c80-2dde-4fce-8fb6-ded3de1ff953 + - ec1ef59f-3cc4-43fa-9d01-136470dafdf6 status: 200 OK code: 200 duration: "" @@ -3490,8 +3670,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d93af35e-f7d2-47cc-9d63-c04799e86017 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 method: DELETE response: body: "" @@ -3501,9 +3681,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3511,41 +3691,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e261f2c-1241-4238-b81c-beb65d1c81a8 + - dcd8bf6a-48cd-4279-9443-1eee92188a42 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.111536+00:00", "modification_date": "2024-12-24T09:46:15.802340+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a73d2942-e4d3-4c89-9ee7-f87701b4b8a7 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ecc5dc8-88fe-4b89-b02d-15152e979f17 + method: DELETE response: - body: '{"volume": {"id": "a73d2942-e4d3-4c89-9ee7-f87701b4b8a7", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.111536+00:00", "modification_date": "2024-12-24T09:46:15.802340+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3553,17 +3721,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8fc71c1-4b0d-4d4e-94c5-25c7321e24e1 - status: 200 OK - code: 200 + - 9799587d-988f-429a-a929-8b074d73f034 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a73d2942-e4d3-4c89-9ee7-f87701b4b8a7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -3573,9 +3741,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:16 GMT + - Wed, 08 Jan 2025 14:22:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3583,7 +3751,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdf723b2-df34-478a-9029-1513d7232a84 + - d1fa715c-d028-4e2f-bdde-e9ddc4877132 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden index de5d7d76c6..c99b4be5fa 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID ce27908b-28fc-45e3-93b7-26313ba1660c +ID 41fdcd79-98e4-4c23-8bda-ff6d99d56201 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[163.172.142.230] +[51.158.99.168] Lb: -ID fd11a7e9-4d0f-48c0-8df2-8b7efd158004 +ID 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -de665bdd-bb75-48f7-8cef-3562c1b26b3d 51.159.25.51 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf fd11a7e9-4d0f-48c0-8df2-8b7efd158004 51-159-25-51.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -b601a129-3339-41a3-9a28-dd03976352e3 pending - few seconds ago few seconds ago fr-par fr-par-1 +abde1184-6702-40a3-a222-4d5157370e9e pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "ce27908b-28fc-45e3-93b7-26313ba1660c", + "id": "41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ b601a129-3339-41a3-9a28-dd03976352e3 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "163.172.142.230" + "51.158.99.168" ], "lb": { - "id": "fd11a7e9-4d0f-48c0-8df2-8b7efd158004", + "id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "b601a129-3339-41a3-9a28-dd03976352e3", + "id": "abde1184-6702-40a3-a222-4d5157370e9e", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ b601a129-3339-41a3-9a28-dd03976352e3 pending - few seconds ago few "zone": "fr-par-1" } ], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "de665bdd-bb75-48f7-8cef-3562c1b26b3d", - "ip_address": "51.159.25.51", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "fd11a7e9-4d0f-48c0-8df2-8b7efd158004", - "reverse": "51-159-25-51.lb.fr-par.scw.cloud", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml index c28588b3d6..fdf2fe1d34 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", - "ip_address":"195.154.70.90", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", - "reverse":"195-154-70-90.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463220575Z", "updated_at":"2024-12-24T09:45:10.463220575Z", + "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", - "ip_address":"195.154.70.90", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", - "reverse":"195-154-70-90.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463220575Z", "updated_at":"2024-12-24T09:45:10.463220575Z", + "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3212bff0-5a6f-42c9-93d2-9b165ada3993 + - b6be63f6-0d5f-4b57-a5c2-fdd881c01bec status: 200 OK code: 200 duration: "" - request: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", - "ip_address":"195.154.70.90", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", - "reverse":"195-154-70-90.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:10.463221Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/aeb393e0-0629-4d53-9555-604d494f3ad2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", - "ip_address":"195.154.70.90", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", - "reverse":"195-154-70-90.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:10.463221Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "898" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c9291d6-e62e-4ed7-948d-278ee26a0cdd + - 89e07eca-aaa0-4009-ab16-a7179b6e59ce status: 200 OK code: 200 duration: "" - request: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:10.835848Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/aeb393e0-0629-4d53-9555-604d494f3ad2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:10.835848Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:12 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b6b0d49-b950-4f01-a72d-8e4f56d2f69b + - 9e03bdf3-f72c-4358-b080-f3faa17ea3c2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:13.791346Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/aeb393e0-0629-4d53-9555-604d494f3ad2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:13.791346Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ce0a7a8-3a44-4b54-9eda-bf3a2fb7b131 + - 43a08b25-c9f9-43ae-9452-3fa8ac993055 status: 200 OK code: 200 duration: "" @@ -666,7 +666,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af47fdff-aa4e-4a2d-b542-f45091a675e5 + - 873958a9-d061-4db5-a98a-5abadc45f7a1 X-Total-Count: - "68" status: 200 OK @@ -1316,7 +1316,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:27 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5471432d-71db-47b5-81de-c73fd13deab9 + - b738314a-b249-4300-82e0-bc05439c4c5d X-Total-Count: - "68" status: 200 OK @@ -1525,7 +1525,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1547,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1557,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ff803d6-b556-486b-a7c5-c5248b491a5b + - 9df57718-b049-4f03-8af9-a2eb9af16f60 status: 200 OK code: 200 duration: "" @@ -1572,7 +1572,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1591,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1601,28 +1601,28 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2099de3-9e33-493c-98cb-f1b538a6b079 + - 8a262014-5188-46fc-8792-d7dfa3ab4e2e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}}' + body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}}' + body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' headers: Content-Length: - "365" @@ -1631,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/65a60f6b-fa89-4e49-bc25-fced17fa3df3 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ed2c6ec5-ad78-4559-a0f2-a04592d44ab4 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1643,39 +1643,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b22a508-28c3-4335-a4d0-c491ec15137f + - 2d54b626-6f7e-4f15-8cbb-ce3ca9c07513 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, - "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], - "mac_address": "de:00:00:89:35:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.302330+00:00", "modification_date": - "2024-12-24T09:45:16.302330+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1683,53 +1683,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, - "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], - "mac_address": "de:00:00:89:35:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.302330+00:00", "modification_date": - "2024-12-24T09:45:16.302330+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2646" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1737,43 +1737,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5102f158-ed3e-492d-90f8-4744584b7587 + - 1ff9615f-44bc-464a-a13f-efb43998ac90 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "d369f4fb-a52c-4739-a117-d3bb58e55716", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action", - "href_result": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "started_at": - "2024-12-24T09:45:17.568672+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action method: POST response: - body: '{"task": {"id": "d369f4fb-a52c-4739-a117-d3bb58e55716", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action", - "href_result": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "started_at": - "2024-12-24T09:45:17.568672+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d369f4fb-a52c-4739-a117-d3bb58e55716 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5bff8401-0924-4d55-b225-2a5fc043adf5 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1781,89 +1781,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c04ef0fc-9de3-4b8a-ae08-e62af13cce51 + - 09b12b94-2537-4d6a-819c-194e7fd9b812 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2668" + - "2659" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c19e1975-9c80-4b81-8d4b-61bbf4a6d54f + - f70531e0-e29b-4e0e-9cef-6011042229ed status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:22 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1803598-2c0b-4e04-9df1-b119ab5a4a79 + - 3d4f437d-1a8f-47b1-aaa6-570f9b71e120 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:17.115222+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:28 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,93 +2059,187 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0dabd83-eb20-47a9-b3ed-62c8d9d18c58 + - e7e5774b-e500-4a40-9983-fba52e93945c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + method: GET + response: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2758" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4b6b9252-15e2-456d-884d-ca24660e2308 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:32 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2153,93 +2247,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16dff09f-1920-4f18-8b1e-a8812db10fce + - 0b7be114-b62d-4d3c-861a-90e318ed3588 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2247,53 +2341,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1183bd61-4693-4de3-afd9-6d5045d68762 + - 516b139b-8e9b-4f6a-abd6-a739e03f7c74 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:13.791346Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/aeb393e0-0629-4d53-9555-604d494f3ad2 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b method: GET response: - body: '{"id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"3778a7f1-f319-4ae6-a1fb-061d077a0ae4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T01:04:49.351104Z", - "updated_at":"2024-12-24T09:45:12.564260Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e0b7b872-5b66-4d0b-ba93-55fcd3904fa5", "ip_address":"195.154.70.90", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"aeb393e0-0629-4d53-9555-604d494f3ad2", "reverse":"195-154-70-90.lb.fr-par.scw.cloud", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.463221Z", "updated_at":"2024-12-24T09:45:13.791346Z", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2301,7 +2395,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08091f46-d679-4f80-b9dd-705b509f5731 + - 8637d8b5-1c2c-4f3b-9bbe-d697779f7775 status: 200 OK code: 200 duration: "" @@ -2310,8 +2404,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/aeb393e0-0629-4d53-9555-604d494f3ad2?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b?release_ip=false method: DELETE response: body: "" @@ -2321,9 +2415,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2331,93 +2425,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 26ef48e9-43b6-4c50-a475-a2618e9da947 + - 0c6a90e5-3908-490d-84f3-85c30c1bc651 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + method: GET + response: + body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", + "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", + "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1106" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 51775b71-033d-4af2-8fc6-571e15bd0edf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:53 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4e7ebeeb-314d-46de-b36b-7f230069d5db + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2425,93 +2605,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0fa6d7bf-c08f-45a5-b61b-538e7181922c + - 44e11a1b-e8bf-44a7-96df-92cb644c3e82 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:31.812753+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2789" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2519,43 +2699,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec2f4900-6852-42ce-a503-b24d64edf81f + - 0d636a2f-193e-4acd-9da4-8813b612aa47 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "aafbe3a0-c02f-47ac-b976-f9962a1d4a04", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action", - "href_result": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "started_at": - "2024-12-24T09:45:34.482769+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action method: POST response: - body: '{"task": {"id": "aafbe3a0-c02f-47ac-b976-f9962a1d4a04", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f/action", - "href_result": "/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "started_at": - "2024-12-24T09:45:34.482769+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", + "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": + "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/aafbe3a0-c02f-47ac-b976-f9962a1d4a04 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7a6c46f2-9bde-475e-b788-cb5481c8fafb Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2563,93 +2743,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fca04b44-8aa1-4f1f-87d8-6e91d3ba862e + - 0e6da138-c703-4fcb-8d1a-b4d01563a606 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2657,93 +2837,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de79ae22-ec6e-4311-a833-81c505d4a692 + - 6a841325-71e9-4251-8be1-d138214832ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:39 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2751,93 +2931,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 796508aa-6ff3-4f80-95f0-5c8ac6d2d60a + - 8f8806a4-6120-4b0f-8235-c82a65ee1947 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:44 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2845,93 +3025,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4a171978-e3e2-42e4-ab88-ae8e63e4abe8 + - 14b03008-f993-48dd-ad3f-1614af1a11fa status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:50 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2939,93 +3119,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0672a3a6-e6d9-4cb5-acc9-910d505d9429 + - b027a72e-6c22-4127-8bad-ad9e1168b7dc status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:55 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3033,93 +3213,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 597015e5-f2c8-4d08-9aad-2bc2a62d8a09 + - 484a36df-54a5-4897-8e1a-51e3ecbca732 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:00 GMT + - Wed, 08 Jan 2025 14:22:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3127,93 +3307,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3b18abf-ae39-4fe1-8d4d-9e3d4392fa28 + - b735be50-a452-45e7-bf5b-e7b0fccf8226 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:05 GMT + - Wed, 08 Jan 2025 14:22:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3221,93 +3401,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5663bf00-9f49-461f-9ec6-6d756ec39eaa + - 87f0c887-833b-4581-96af-9e9013916bf8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:10 GMT + - Wed, 08 Jan 2025 14:22:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3315,93 +3495,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f851b28-df78-4b86-90e8-3e1fc4de1554 + - 61fe5f18-9cca-484d-b09c-c6ceacf2350b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": + "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", + "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", + "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3409,183 +3589,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2c77624-56cd-4743-81f5-c4dcf2ac1c9e + - 3a0ffbb0-1b61-4d84-b646-abe657f9312d status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f - method: GET - response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": - "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", - "address": "51.15.236.240", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], "mac_address": "de:00:00:89:35:e1", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:34.242935+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "39", "hypervisor_id": "802", "node_id": "30"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Tue, 24 Dec 2024 09:46:21 GMT - Server: - - Scaleway API Gateway (fr-par-1;edge03) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 27f04e03-8d67-46d6-8375-b5bef8494e9f - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, - "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], - "mac_address": "de:00:00:89:35:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.302330+00:00", "modification_date": - "2024-12-24T09:46:22.183187+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: GET response: - body: '{"server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo", + body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-jolly-galileo", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", + "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "32d5622d-dd3e-4ac1-b3ce-9cf17162150f", "name": "cli-srv-jolly-galileo"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.302330+00:00", - "modification_date": "2024-12-24T09:45:16.302330+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", + "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}, - "public_ips": [{"id": "65a60f6b-fa89-4e49-bc25-fced17fa3df3", "address": "51.15.236.240", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, + "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "784a48ef-2f83-4631-abc6-0c5a87d6bbf5"}], - "mac_address": "de:00:00:89:35:e1", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], + "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.302330+00:00", "modification_date": - "2024-12-24T09:46:22.183187+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": + "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2646" + - "2637" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3593,7 +3679,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88865277-3f5c-4f88-9f0a-b24bd1387dc6 + - ea5df0ed-f167-497a-8d53-9ede61450d74 status: 200 OK code: 200 duration: "" @@ -3602,8 +3688,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/32d5622d-dd3e-4ac1-b3ce-9cf17162150f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a method: DELETE response: body: "" @@ -3613,9 +3699,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3623,41 +3709,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 616a4458-3e23-416f-a6c3-0d03ca16e05c + - 7b02a6ea-c16b-4480-8cff-a083e44514ac status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.302330+00:00", "modification_date": "2024-12-24T09:46:26.536581+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4a64cb38-3f30-426c-81e3-09aa62f10050 + method: DELETE response: - body: '{"volume": {"id": "f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.302330+00:00", "modification_date": "2024-12-24T09:46:26.536581+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3665,17 +3739,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acaab168-91d8-4a34-9aed-74505241f23a - status: 200 OK - code: 200 + - 5fb810bc-66b3-4a34-8287-9546de43ebe4 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f289a5a0-eee6-4d6d-93c4-82ba1d1fa7fc + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 method: DELETE response: body: "" @@ -3685,9 +3759,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:41 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3695,7 +3769,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d36f2b6-84d1-4276-8764-df870e202112 + - 77ecdca8-df81-4a04-a25a-29cc89e0715e status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden index c6c09e7b19..290f02adfc 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 32d5622d-dd3e-4ac1-b3ce-9cf17162150f +Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 32d5622d-dd3e-4ac1-b3ce-9cf17162150f (cli-srv-jolly-galileo) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 32d5622d-dd3e-4ac1-b3ce-9cf17162150f" + "message": "server 8b854ffe-3083-4915-8f38-74532ea7e90a (cli-srv-pensive-wu) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml index 69dcfff8da..be0fb4deb0 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", - "ip_address":"51.159.206.76", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", - "reverse":"51-159-206-76.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440746537Z", "updated_at":"2024-12-24T09:45:10.440746537Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", + "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", - "ip_address":"51.159.206.76", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", - "reverse":"51-159-206-76.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440746537Z", "updated_at":"2024-12-24T09:45:10.440746537Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", + "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57210dd2-b692-410d-8085-34e072ca094e + - 6ca7cc35-5310-4005-b052-7e7e33689b11 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:10.744621Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:10.440747Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:10.744621Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:10.440747Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d220a0a-3ed3-43a3-a6ca-d4ed79337d10 + - 2a306f13-a41a-4b73-acf5-c0d69644f890 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:12.658275Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:10.756724Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:12.658275Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:10.756724Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:12 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8adb3897-da23-49a0-83d1-4d193fc535df + - 4b6d4789-43ad-4099-a9b7-1100ff474f82 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:12.658275Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:12.658275Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef144fce-6f2c-4615-9bcf-9a524744cacc + - ddeac85d-3605-49af-84b0-c3ad36b1ad88 status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ff51322-62f0-4be3-9a4e-e0ec20079403 + - ea66541f-e8f3-4c5f-90d3-8f51c1fb9287 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a67e5e8-b000-4289-a90b-1e62ceaedf2e + - 9fcb67b9-45ba-49ee-a619-d6544313ae05 X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1529,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1551,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49fd38a3-618b-4e28-8049-07cf17fcca95 + - 5f9feb97-a6d9-4539-9639-6e2a265d4a65 status: 200 OK code: 200 duration: "" @@ -1576,7 +1576,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1595,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,41 +1605,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87885fa5-bd33-4d62-97b1-2d956ec0d902 + - fd75b988-e005-4a86-994d-4625059a811a status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}}' + body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}}' + body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' headers: Content-Length: - - "367" + - "364" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/780585ed-d10d-45e0-a5a4-9cce36efefd9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/19ce87f1-271b-4d40-a9ad-b7328750243c Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1647,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5895af5d-8de1-49fe-b088-d1346e80b4a7 + - 22329d39-cb01-4fe9-b3d7-4b88aa50500d status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, - "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], - "mac_address": "de:00:00:89:35:e7", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.607932+00:00", "modification_date": - "2024-12-24T09:45:16.607932+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1687,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, - "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], - "mac_address": "de:00:00:89:35:e7", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.607932+00:00", "modification_date": - "2024-12-24T09:45:16.607932+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2664" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17cb6cbf-4ebd-40bf-82e1-0f3dd6375e6a + - aba7123c-2026-4b5b-ac69-cbb69060a601 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "98bfdf7a-2b6a-4a9c-9abf-0a1e456387e2", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action", - "href_result": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "started_at": - "2024-12-24T09:45:17.501367+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action method: POST response: - body: '{"task": {"id": "98bfdf7a-2b6a-4a9c-9abf-0a1e456387e2", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action", - "href_result": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "started_at": - "2024-12-24T09:45:17.501367+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/98bfdf7a-2b6a-4a9c-9abf-0a1e456387e2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7d0910ba-0361-47f1-a150-19f29e2c1618 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1785,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 983694d7-29d7-4b09-ae02-53b9ffb1cf07 + - 689c0a43-3d42-4346-87ea-c57de509ba23 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2686" + - "2695" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1875,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14bc3537-12b5-4122-be01-312563b6e567 + - c3fe0f12-640c-49d2-807e-057a1af77891 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:22 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1969,187 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 512c1364-3f87-4ad8-a94c-bf89be4771e4 + - c6c87371-2dd3-4161-85b8-9a2c4709aaf6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:17.312512+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2793" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bca9e162-d43d-4cec-b941-8e9c5e4e8a02 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + method: GET + response: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2793" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:27 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2157,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ca90525-cb12-406f-81c2-c0920a748ad0 + - cb10e49c-d365-41a0-91fd-ec1fcc5f6727 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2815" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:32 GMT + - Wed, 08 Jan 2025 14:21:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,159 +2251,157 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 710775b3-61dd-414f-acab-df1a8e3b24b4 + - 26a992e3-5ba4-4040-9909-0a55ec840cea status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", - "name": "cli-srv-bold-antonelli", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-bold-antonelli", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", - "name": "cli-srv-bold-antonelli", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-bold-antonelli", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5614" + - "5611" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:32 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2317,32 +2409,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f0dd8ee-de3e-4723-8f99-0e541f2fc495 + - d911f9f4-2184-428a-a8c5-37f58c236194 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fa448175-d9e2-4f31-83de-f37daf1f9db2", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.145.106", "51.15.250.217"], "lb":{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:33.437049856Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:45:33.415575978Z", "updated_at":"2024-12-24T09:45:33.415575978Z", + "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2351,43 +2443,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c/backends method: POST response: - body: '{"id":"fa448175-d9e2-4f31-83de-f37daf1f9db2", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.145.106", "51.15.250.217"], "lb":{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:33.437049856Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:45:33.415575978Z", "updated_at":"2024-12-24T09:45:33.415575978Z", + "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "2001" + - "1996" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2395,53 +2487,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0cb7db7-a58f-407a-a7da-ff35ee8f63b0 + - de84d1ea-0ba7-455a-ae4d-34fc83b82e71 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:33.437050Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c method: GET response: - body: '{"id":"92e282dd-e277-413d-a332-4242d7ed09fe", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"65b274aa-cd07-42f2-b057-243587f01877", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:20:58.025301Z", - "updated_at":"2024-12-24T09:45:33.437050Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dde20c34-709e-4f1b-92c6-8371458097eb", "ip_address":"51.159.206.76", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"92e282dd-e277-413d-a332-4242d7ed09fe", "reverse":"51-159-206-76.lb.fr-par.scw.cloud", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.440747Z", "updated_at":"2024-12-24T09:45:13.879153Z", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2449,7 +2541,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 421203cf-9ddb-47a8-b1da-7621f1e46ada + - 1406e184-4dfc-4415-9b26-60fd48dc27bb status: 200 OK code: 200 duration: "" @@ -2458,8 +2550,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/92e282dd-e277-413d-a332-4242d7ed09fe?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c?release_ip=false method: DELETE response: body: "" @@ -2469,9 +2561,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2479,93 +2571,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8fd22f3-21e8-417f-8e71-64c3f6a64ca1 + - 209ccb99-73ad-4666-99e8-127bbfc997e7 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + method: GET + response: + body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", + "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0a2b0b75-7b68-4e2f-b76e-409ed4964929 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:54 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b77e2832-6292-452b-a81d-5594b4f58a1e + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2815" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2573,93 +2751,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 010a3671-ffff-4df9-98cd-a8feb2ad4d9b + - 1ed01aff-332d-4462-b89e-e570b29f6d64 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2815" + - "2824" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2667,43 +2845,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10449021-39d5-4eb5-a70c-4b844f60afa7 + - 4d50fd42-05e6-40da-80eb-f0589aa8cc5c status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "6ecec0a1-172c-4861-b87f-6e003c935f3e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action", - "href_result": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "started_at": - "2024-12-24T09:45:34.493829+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action method: POST response: - body: '{"task": {"id": "6ecec0a1-172c-4861-b87f-6e003c935f3e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb/action", - "href_result": "/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "started_at": - "2024-12-24T09:45:34.493829+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", + "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": + "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6ecec0a1-172c-4861-b87f-6e003c935f3e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f82c0866-1532-419a-97d7-b47c3380c61e Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2711,93 +2889,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5fab5ba-c36b-4caf-9aae-1a0e89da2d9a + - 41a788c1-6a7f-4c36-a580-2b492bf6cf86 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:54 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2805,93 +2983,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 64fe2c19-ee2e-440e-bf3a-7120cb85ff6e + - 6513b446-5f7a-4791-8985-f1e82b77efc6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:39 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2899,93 +3077,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - be250e68-3e0c-4a7e-98bd-d67b4c7aa957 + - a438479b-57a8-4673-a5cd-412400b867a1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:44 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2993,93 +3171,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7295350-671c-4174-87cb-b146ab903b18 + - 7b98df61-fdd9-48d0-81e4-a878290590d4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:50 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3087,93 +3265,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93b037c1-8c60-4050-985d-2e0413fa2060 + - aadb4247-90ef-44f5-863d-268b5973967a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:55 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3181,93 +3359,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23806e9a-12b6-437c-91b7-be44a06529d4 + - 5130479a-015c-4a7d-94ba-190d3a3a1be1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:00 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3275,93 +3453,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3299a75-84de-4ada-8a00-7c19f52a1aa8 + - 1205389e-8a56-41e4-8fe6-fef37a65a1ea status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:05 GMT + - Wed, 08 Jan 2025 14:22:25 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3369,93 +3547,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a765e8f5-a861-49d8-a3fe-3b189b1120e9 + - 534bd6f9-e896-47a0-9d8d-270476660358 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:10 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3463,93 +3641,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 84dce3de-695b-4b87-bf73-44a250bf8ede + - f23b5dd9-cd6c-4528-bc9f-0cd9ab892f7b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3557,93 +3735,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8271440b-edfa-4d0e-a755-3cfbe14dd901 + - 3007400d-65bd-4629-b37c-0da1d476b062 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": - "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:34.315733+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2784" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:20 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3651,89 +3829,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ad65d0a3-5dfc-44c4-8ee9-f954f34b6fae + - b8589eb1-cebd-44ef-9725-025f4c4b06ae status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, - "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], - "mac_address": "de:00:00:89:35:e7", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.607932+00:00", "modification_date": - "2024-12-24T09:46:24.924976+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: GET response: - body: '{"server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, - "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", "address": "163.172.145.106", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, + "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], - "mac_address": "de:00:00:89:35:e7", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], + "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.607932+00:00", "modification_date": - "2024-12-24T09:46:24.924976+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": + "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2664" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3741,7 +3919,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a175b74a-3d5d-4409-aab5-5cfcec48acc3 + - 116dfe9c-cbbc-4ff2-a235-e615246f581f status: 200 OK code: 200 duration: "" @@ -3750,8 +3928,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/0738f36a-7de4-48e5-bda9-b6ddeec01ebb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 method: DELETE response: body: "" @@ -3761,9 +3939,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3771,41 +3949,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33c0e71b-2b39-45ca-a31c-d2453e8d1331 + - b4d298bc-8d66-4cd0-89f5-d9c01c9ee3b4 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.607932+00:00", "modification_date": "2024-12-24T09:46:26.462131+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/772299b9-e6db-4a3d-9102-1d2dabb11fd7 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b5829fff-04cb-469f-bc8b-d5ddd03a0546 + method: DELETE response: - body: '{"volume": {"id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.607932+00:00", "modification_date": "2024-12-24T09:46:26.462131+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3813,17 +3979,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 562f38af-017d-4f02-afb2-cc251241f092 - status: 200 OK - code: 200 + - 91fd9bd9-1e9c-449c-9e06-0a4c23b2588d + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/772299b9-e6db-4a3d-9102-1d2dabb11fd7 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -3833,9 +3999,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:46 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3843,7 +4009,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e99713cb-8e68-45e2-aad5-c6604d1eaef7 + - ceeb016a-5894-4667-ba3c-5f3f2a6ccc2f status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden index 9e4376bf40..7ce84ed01a 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID fa448175-d9e2-4f31-83de-f37daf1f9db2 +ID c273395e-f4e7-4525-986e-7a14f6e5f2da Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[163.172.145.106 51.15.250.217] +[163.172.181.108 51.15.249.44] Lb: -ID 92e282dd-e277-413d-a332-4242d7ed09fe +ID 080615e5-436d-4aff-b298-8bf79de0408c Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -dde20c34-709e-4f1b-92c6-8371458097eb 51.159.206.76 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf 92e282dd-e277-413d-a332-4242d7ed09fe 51-159-206-76.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 080615e5-436d-4aff-b298-8bf79de0408c 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -65b274aa-cd07-42f2-b057-243587f01877 pending - few seconds ago few seconds ago fr-par fr-par-1 +301740b1-6779-45ab-8170-3288f8299d2d pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "fa448175-d9e2-4f31-83de-f37daf1f9db2", + "id": "c273395e-f4e7-4525-986e-7a14f6e5f2da", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ ID STATUS IP ADDRESS CREATED AT UPDA "check_timeout": 1000 }, "pool": [ - "163.172.145.106", - "51.15.250.217" + "163.172.181.108", + "51.15.249.44" ], "lb": { - "id": "92e282dd-e277-413d-a332-4242d7ed09fe", + "id": "080615e5-436d-4aff-b298-8bf79de0408c", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "65b274aa-cd07-42f2-b057-243587f01877", + "id": "301740b1-6779-45ab-8170-3288f8299d2d", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -91,16 +91,16 @@ ID STATUS IP ADDRESS CREATED AT UPDA "zone": "fr-par-1" } ], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "dde20c34-709e-4f1b-92c6-8371458097eb", - "ip_address": "51.159.206.76", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "92e282dd-e277-413d-a332-4242d7ed09fe", - "reverse": "51-159-206-76.lb.fr-par.scw.cloud", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "080615e5-436d-4aff-b298-8bf79de0408c", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml index fe3981f298..4fa5258974 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", - "ip_address":"51.158.59.48", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", - "reverse":"51-158-59-48.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763299Z", "updated_at":"2024-12-24T09:45:10.444763299Z", + "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", - "ip_address":"51.158.59.48", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", - "reverse":"51-158-59-48.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763299Z", "updated_at":"2024-12-24T09:45:10.444763299Z", + "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "902" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcaa4ae9-f658-4959-9566-5a20c331e477 + - ed876a2c-17bc-4cb5-ae79-135feb241925 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:10.764655Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:10.444763Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4afc490c-b7af-48dd-8cd8-7276f95986e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:10.764655Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:10.444763Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:10 GMT + - Wed, 08 Jan 2025 14:21:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c99cbefb-1157-485a-8f71-efe317c1c152 + - 8696b9e4-a7a3-40e5-be54-f167606e06ee status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:10.787834Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4afc490c-b7af-48dd-8cd8-7276f95986e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:10.787834Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:12 GMT + - Wed, 08 Jan 2025 14:21:26 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d4aa0e9-97b8-4b97-9af0-aca10aab7533 + - 6c6e22cf-dc27-4c45-957e-8e3f494532e2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:13.908828Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4afc490c-b7af-48dd-8cd8-7276f95986e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:13.908828Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1098" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2dee1606-4b78-40cc-bfc2-f3e7f6cac80d + - a684e9ee-7338-4696-8586-54e5c8fc3927 status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:14 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae4d997d-ab2b-47ef-89aa-3f31ea943db1 + - b6dd5e3a-d4bb-4128-9163-3fc32f77d17c X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34b6132e-be08-42f1-bdf2-55bab216f6a6 + - 10ebf685-9999-415b-a7e0-71cadedfc40f X-Total-Count: - "68" status: 200 OK @@ -1529,7 +1529,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_bionic&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1551,9 +1551,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 037b84b1-d236-4415-9000-a7b8f6a4b90c + - 0d287a9a-56a5-4575-88d9-25189d8dc018 status: 200 OK code: 200 duration: "" @@ -1576,7 +1576,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/655aeea7-8a30-418a-bc2e-3c04e3fdc8aa method: GET response: @@ -1595,9 +1595,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,41 +1605,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca1d405e-8812-4a15-a7c8-8bef2217ac36 + - a670d7a1-9c90-4fe6-bc58-22c8143262fc status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}}' + body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}}' + body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' headers: Content-Length: - - "365" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:15 GMT + - Wed, 08 Jan 2025 14:21:28 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/2136a5a4-5f73-43b1-b390-9cfeac46050f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/e4130a94-fec0-4d1d-8966-ecb30e6321b4 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,39 +1647,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec9871d0-f044-4342-a107-26bb1e6ddeaa + - 20eab62c-a643-42c2-85e2-9efa0d81cb10 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, - "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], - "mac_address": "de:00:00:89:35:e3", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.436397+00:00", "modification_date": - "2024-12-24T09:45:16.436397+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1687,53 +1687,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, - "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], - "mac_address": "de:00:00:89:35:e3", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.436397+00:00", "modification_date": - "2024-12-24T09:45:16.436397+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2654" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:16 GMT + - Wed, 08 Jan 2025 14:21:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,43 +1741,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08c8ca35-a1e1-4ab7-affd-cba62e48f54d + - f1fce20b-2b2d-4206-b891-dcf8613a42e2 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "e9970617-28b0-43c0-b85d-3d4d46df0277", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action", - "href_result": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "started_at": - "2024-12-24T09:45:17.326792+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action method: POST response: - body: '{"task": {"id": "e9970617-28b0-43c0-b85d-3d4d46df0277", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action", - "href_result": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "started_at": - "2024-12-24T09:45:17.326792+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "353" + - "357" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:30 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e9970617-28b0-43c0-b85d-3d4d46df0277 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/07587a36-5cb7-4c8b-8427-f8deeb21810f Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,89 +1785,183 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7e6356a-3493-4844-836c-f08573312461 + - db854dcc-974e-41b9-ab4b-56097ba5b07c status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2676" + - "2695" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:30 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3ee26588-86a3-4204-8e8f-24d47e69dbe6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + method: GET + response: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:17 GMT + - Wed, 08 Jan 2025 14:21:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1969,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ae0701cb-d772-41bd-a3f6-8ef6534ee11d + - 342d0296-505f-4c60-8176-29a0a3cca16f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:22 GMT + - Wed, 08 Jan 2025 14:21:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +2063,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43f013d7-b4dc-44aa-8bf6-3e6783c2a2b8 + - cb7c9e6b-0e2f-4192-8bea-dd14eb681461 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:17.135683+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2775" + - "2794" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:27 GMT + - Wed, 08 Jan 2025 14:21:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2157,187 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b546f528-e790-409e-8154-2b1472a8a86a + - 4e00e6cb-2231-4b2c-9de7-2def092f4c3f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + method: GET + response: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2794" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 123cb56c-a03a-49d4-ba56-7020fc62441a + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2806" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:32 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,46 +2345,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c766e8dd-0a7b-44d0-986f-8c0549ec6044 + - 710930fb-bf31-418b-86bc-a53e8a362c0b status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", - "name": "cli-srv-bold-antonelli", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-bold-antonelli", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", + "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": + "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2204,70 +2392,70 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}]}' + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt", + body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-sleepy-northcutt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772299b9-e6db-4a3d-9102-1d2dabb11fd7", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "0738f36a-7de4-48e5-bda9-b6ddeec01ebb", "name": "cli-srv-sleepy-northcutt"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:16.607932+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}, "public_ips": [{"id": "780585ed-d10d-45e0-a5a4-9cce36efefd9", - "address": "163.172.145.106", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "1fd26b6f-2616-4d6b-948d-6550e62f010d"}], "mac_address": "de:00:00:89:35:e7", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.607932+00:00", - "modification_date": "2024-12-24T09:45:27.867655+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "503", "node_id": "1"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", - "name": "cli-srv-bold-antonelli", "arch": "x86_64", "commercial_type": "DEV1-S", - "boot_type": "local", "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "hostname": "cli-srv-bold-antonelli", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", + "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": + "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2275,41 +2463,41 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": + "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", + "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", + "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}]}' + "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' headers: Content-Length: - - "5614" + - "5602" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2317,55 +2505,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37abafc6-7d32-489b-ab77-2a423e08f00b + - 21f83334-9d05-4cee-adb6-25a9c78351a3 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:13.908828Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4afc490c-b7af-48dd-8cd8-7276f95986e8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 method: GET response: - body: '{"id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"01ec19b5-4af2-4871-96a2-0b4c4917292d", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:39:07.650794Z", - "updated_at":"2024-12-24T09:45:12.627818Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"dfa73e47-33fb-4151-94a4-2436e3e5fb21", "ip_address":"51.158.59.48", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"4afc490c-b7af-48dd-8cd8-7276f95986e8", "reverse":"51-158-59-48.lb.fr-par.scw.cloud", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:45:10.444763Z", "updated_at":"2024-12-24T09:45:13.908828Z", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1098" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2373,7 +2561,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e67c9e1f-01f2-4c6e-88c4-4971f2afe6e6 + - 5958bb37-59fa-4877-ade0-ef578f24f035 status: 200 OK code: 200 duration: "" @@ -2382,8 +2570,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4afc490c-b7af-48dd-8cd8-7276f95986e8?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5?release_ip=false method: DELETE response: body: "" @@ -2393,9 +2581,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:56 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2403,93 +2591,179 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65b6896e-9114-45a5-a123-412b7663d21d + - 80c5265e-b3d4-41cf-b407-768de7b849b8 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + method: GET + response: + body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", + "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1b2b0233-8f66-44bb-a0d7-90e5279b76b8 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:58 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9d43dc2a-60d1-4ac8-8a18-ca105edcee23 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2806" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2497,93 +2771,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19b81fe7-c649-47c9-b0f6-7a9ca697ad5b + - fbcb9529-880a-460a-b218-226a9f132f1e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:30.571328+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2806" + - "2825" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:58 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2591,43 +2865,43 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5dd44277-dc21-44fb-8e35-4910f88c0040 + - 35737836-b545-4bd9-ab5e-6ccbfdc8bc19 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "a2eca3b8-a87b-4aa0-8b82-f81097099173", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action", - "href_result": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "started_at": - "2024-12-24T09:45:34.099743+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action method: POST response: - body: '{"task": {"id": "a2eca3b8-a87b-4aa0-8b82-f81097099173", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8/action", - "href_result": "/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "started_at": - "2024-12-24T09:45:34.099743+00:00", "terminated_at": null, "progress": 0, "zone": - "par1"}}' + body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", + "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": + "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + "fr-par-1"}}' headers: Content-Length: - - "348" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:34 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a2eca3b8-a87b-4aa0-8b82-f81097099173 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2635,93 +2909,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ac69b03-8039-4e30-b36c-9566374eaf7c + - c2fa7675-e76a-4ca6-a487-a7774ce77f71 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:33 GMT + - Wed, 08 Jan 2025 14:21:59 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2729,93 +3003,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03d4da35-eb40-4882-b377-5b60fe62bf3e + - 1368faa3-6626-4cbb-ba50-5597e239d9ba status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:39 GMT + - Wed, 08 Jan 2025 14:22:04 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2823,93 +3097,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20ac950c-f32c-44b2-a924-ea7e1f9a8df0 + - 7d039f48-8aac-479b-93fc-15ab7ceaad49 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:44 GMT + - Wed, 08 Jan 2025 14:22:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2917,93 +3191,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8fa567bc-ebcd-488e-a05e-316a9855e9b0 + - 43ed9fca-9054-4d2d-b07e-411ec42a0363 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:49 GMT + - Wed, 08 Jan 2025 14:22:14 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3011,93 +3285,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ccecac7-461c-423b-8330-637bbe734d35 + - 915f32fc-5b18-46ab-a6c7-7d5b9a2092eb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:54 GMT + - Wed, 08 Jan 2025 14:22:20 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3105,93 +3379,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d74cdebf-a671-4698-9b67-f27aacfe7fd8 + - a47a090e-3018-4940-bbf4-68af30402895 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:45:59 GMT + - Wed, 08 Jan 2025 14:22:24 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3199,93 +3473,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a24177e-753e-4261-914b-63cc2f15565c + - 7b1fd8ca-7bba-47e7-b49a-df85148bfda6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:05 GMT + - Wed, 08 Jan 2025 14:22:30 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3293,93 +3567,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5706361-0fe3-4608-84de-1bfe4b45a3b1 + - 89ecbe6f-8436-4e6b-b396-894c529b4997 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:10 GMT + - Wed, 08 Jan 2025 14:22:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3387,93 +3661,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c66b782-3691-4aa8-96bd-9f62a98e3cbe + - ff011e82-892e-43ff-bc21-e94a880e0211 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:15 GMT + - Wed, 08 Jan 2025 14:22:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3481,93 +3755,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2637b11-b130-4342-8c3f-f6ef5417f132 + - d5cffa87-bf0b-45df-8e1b-736694b59470 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": - "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": + "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", - "address": "51.15.250.217", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", + "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], "mac_address": "de:00:00:89:35:e3", + "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:33.917174+00:00", "bootscript": null, - "security_group": {"id": "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "94", "hypervisor_id": "701", "node_id": "18"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2766" + - "2785" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:20 GMT + - Wed, 08 Jan 2025 14:22:45 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3575,89 +3849,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17b1a8f5-8272-4a2f-bce5-629cc402bb2c + - 259b32a9-3491-433c-91a7-2f91646986f3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, - "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], - "mac_address": "de:00:00:89:35:e3", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.436397+00:00", "modification_date": - "2024-12-24T09:46:25.611040+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: GET response: - body: '{"server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli", + body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-bold-antonelli", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", + "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "176cbcc5-0016-4cb8-8cdc-f9cac49abaa8", "name": "cli-srv-bold-antonelli"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:45:16.436397+00:00", - "modification_date": "2024-12-24T09:45:16.436397+00:00", "tags": [], "zone": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", + "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}, - "public_ips": [{"id": "2136a5a4-5f73-43b1-b390-9cfeac46050f", "address": "51.15.250.217", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, + "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "cab63578-5b45-4f99-9ba2-aa8cd453381a"}], - "mac_address": "de:00:00:89:35:e3", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], + "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:45:16.436397+00:00", "modification_date": - "2024-12-24T09:46:25.611040+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": + "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2654" + - "2673" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:25 GMT + - Wed, 08 Jan 2025 14:22:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3665,7 +3939,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa5c96ab-ba83-406f-aaa1-74b505365259 + - 302dc295-323f-48df-b6b4-fb10eb2e392a status: 200 OK code: 200 duration: "" @@ -3674,8 +3948,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/176cbcc5-0016-4cb8-8cdc-f9cac49abaa8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad method: DELETE response: body: "" @@ -3685,9 +3959,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3695,41 +3969,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bba4c52b-acde-4496-8ec8-77a502ea1e4f + - f289ec2e-c254-4b28-95a8-c868608d105d status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.436397+00:00", "modification_date": "2024-12-24T09:46:26.133759+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e3c8ee57-9bd6-455a-9e4f-9839873bde76 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/772ce64e-c444-4ac4-acf3-da99471f26f0 + method: DELETE response: - body: '{"volume": {"id": "e3c8ee57-9bd6-455a-9e4f-9839873bde76", "name": "Ubuntu - 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:45:16.436397+00:00", "modification_date": "2024-12-24T09:46:26.133759+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:25 GMT + - Wed, 08 Jan 2025 14:22:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3737,17 +3999,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9844fe1-193e-4bb0-8783-58312be24e3c - status: 200 OK - code: 200 + - 4cc1d11d-31ef-44da-8f3b-056baa49bf44 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/e3c8ee57-9bd6-455a-9e4f-9839873bde76 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -3757,9 +4019,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:46:26 GMT + - Wed, 08 Jan 2025 14:22:51 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3767,7 +4029,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74ed8069-ab20-44e0-98a5-93850f713960 + - 9947a027-93e5-40dd-aee3-7dbd8a22238c status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden index 3cb8604094..32e5fd9942 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 0738f36a-7de4-48e5-bda9-b6ddeec01ebb +Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 0738f36a-7de4-48e5-bda9-b6ddeec01ebb (cli-srv-sleepy-northcutt) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 0738f36a-7de4-48e5-bda9-b6ddeec01ebb" + "message": "server 90a2af1d-da01-4f49-b3ea-82d084c3e0ad (cli-srv-interesting-mcnulty) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml index ae77b0a962..ac09c75e37 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246063Z", - "updated_at":"2023-07-06T12:49:00.624246063Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535780826Z", "updated_at":"2025-01-08T14:20:44.535780826Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246063Z", - "updated_at":"2023-07-06T12:49:00.624246063Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535780826Z", "updated_at":"2025-01-08T14:20:44.535780826Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "895" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:00 GMT + - Wed, 08 Jan 2025 14:20:44 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c6b0608-e357-4d74-8f9a-8598e2a7a381 + - e887caff-f88d-498c-b22a-d7fe2f7f28de status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246Z", - "updated_at":"2023-07-06T12:49:00.624246Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.535781Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address":"195.154.71.202", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse":"195-154-71-202.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:49:00.624246Z", - "updated_at":"2023-07-06T12:49:00.624246Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.535781Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "889" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:00 GMT + - Wed, 08 Jan 2025 14:20:44 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f8977ba9-406d-45eb-8b6e-2069cd2f3112 + - 6c54fb65-7290-47b0-af51-109a67497cbc status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:00.952196Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.833147Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:00.952196Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:44.833147Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:03 GMT + - Wed, 08 Jan 2025 14:20:46 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f21ce8c-7c76-4755-97ce-2250dcdd7065 + - 95614b87-f7dc-43e9-886b-c7dad2145e44 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cbfc982-3d12-4707-b531-39942663dc46 + - a1609a20-732a-403c-956f-c2cce38a5594 status: 200 OK code: 200 duration: "" @@ -215,29 +215,31 @@ interactions: body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key", "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z", "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "editable":true, "creation_ip":"51.159.46.153", "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' + "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153", + "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWXXXXXXXXXXXXXXXXX + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/iam/v1alpha1/api-keys/SCWBDFF054RNNE8204AJ method: GET response: body: '{"access_key":"SCWBDFF054RNNE8204AJ", "secret_key":null, "description":"my-key", "created_at":"2022-06-10T08:39:27.845066Z", "updated_at":"2022-07-05T15:12:12.987880Z", "expires_at":null, "default_project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "editable":true, "creation_ip":"51.159.46.153", "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' + "editable":true, "deletable":true, "managed":false, "creation_ip":"51.159.46.153", + "application_id":"531f5518-a0a5-44c2-b790-a9975505c89d"}' headers: Content-Length: - - "353" + - "388" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:48 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -245,65 +247,65 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd919a7c-d70a-48b4-b97a-107b5b8cc904 + - fb1f72f3-0bd3-442a-be20-71b8110ea7b2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", "type":"custom", "status":"ready", + body: '{"id":"bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "type":"custom", "status":"ready", "common_name":"example.com", "subject_alternative_name":["www.example.com"], "fingerprint":"", "not_valid_before":"2022-11-14T16:09:11Z", "not_valid_after":"2023-11-14T16:09:11Z", - "lb":{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + "lb":{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "name":"cli-certificate-quizzical-chaplygin", "created_at":"2023-07-06T12:49:05.222553610Z", - "updated_at":"2023-07-06T12:49:05.222553610Z", "status_details":null}' + "name":"cli-certificate-cocky-noyce", "created_at":"2025-01-08T14:20:49.055405294Z", + "updated_at":"2025-01-08T14:20:49.055405294Z", "status_details":null}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d/certificates + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73/certificates method: POST response: - body: '{"id":"09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", "type":"custom", "status":"ready", + body: '{"id":"bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "type":"custom", "status":"ready", "common_name":"example.com", "subject_alternative_name":["www.example.com"], "fingerprint":"", "not_valid_before":"2022-11-14T16:09:11Z", "not_valid_after":"2023-11-14T16:09:11Z", - "lb":{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + "lb":{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:03.258677Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "name":"cli-certificate-quizzical-chaplygin", "created_at":"2023-07-06T12:49:05.222553610Z", - "updated_at":"2023-07-06T12:49:05.222553610Z", "status_details":null}' + "name":"cli-certificate-cocky-noyce", "created_at":"2025-01-08T14:20:49.055405294Z", + "updated_at":"2025-01-08T14:20:49.055405294Z", "status_details":null}' headers: Content-Length: - - "1532" + - "1522" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -311,7 +313,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab5eea16-3798-4a9f-845e-b108772124c5 + - 624be585-5623-4b77-a392-a0cfdc71e138 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 + method: GET + response: + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:47.934308Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:49 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f25a3c89-a18c-4cf8-a479-c0b2fb2647cd status: 200 OK code: 200 duration: "" @@ -320,8 +376,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73?release_ip=false method: DELETE response: body: "" @@ -331,9 +387,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -341,53 +397,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a351341-410c-4320-a1dd-4a5c2e3f48c7 + - fba72b0e-951a-4001-b430-4d99ecbb6882 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:05.578406Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:49.508135Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/abbd0516-349d-4e27-a4ed-f96ba6259f7d + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 method: GET response: - body: '{"id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f0db7c8b-be87-489e-8c1d-200aac84639e", - "status":"ready", "ip_address":"10.68.44.31", "created_at":"2023-07-06T09:32:51.267565Z", - "updated_at":"2023-07-06T12:49:02.044441Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:17.406490Z", + "updated_at":"2025-01-08T14:20:46.606364Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", "ip_address":"195.154.71.202", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"abbd0516-349d-4e27-a4ed-f96ba6259f7d", "reverse":"195-154-71-202.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:49:00.624246Z", "updated_at":"2023-07-06T12:49:05.578406Z", + "lb_id":"7278bfe3-b9d5-4f0b-9ab3-542710405d73", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:44.535781Z", "updated_at":"2025-01-08T14:20:49.508135Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:49:05 GMT + - Wed, 08 Jan 2025 14:20:49 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -395,7 +451,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9b0495f7-07e4-485c-a1fb-2c5035ad3553 + - a41392a6-f665-4bcf-aef4-612da7fe5ed2 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7278bfe3-b9d5-4f0b-9ab3-542710405d73 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:51 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9a784602-836c-4722-ae13-c3afccd50343 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3f433c72-603f-42f1-9b46-0a7b21aefbb3 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden index 1f322409cd..58183c5342 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-certificate-import.golden @@ -1,19 +1,19 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Type custom -ID 09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab +ID bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89 CommonName example.com SubjectAlternativeName.0 www.example.com Fingerprint - NotValidBefore few seconds ago NotValidAfter few seconds ago Status ready -Name cli-certificate-quizzical-chaplygin +Name cli-certificate-cocky-noyce CreatedAt few seconds ago UpdatedAt few seconds ago Lb: -ID abbd0516-349d-4e27-a4ed-f96ba6259f7d +ID 7278bfe3-b9d5-4f0b-9ab3-542710405d73 Name cli-test Description cli-test Status ready @@ -31,16 +31,16 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -bf85ad58-3ffa-4d79-950d-57cd1a53e4f3 195.154.71.202 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 abbd0516-349d-4e27-a4ed-f96ba6259f7d 195-154-71-202.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 7278bfe3-b9d5-4f0b-9ab3-542710405d73 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "type": "custom", - "id": "09cc2fcc-89d0-455e-9e2a-ca9fb528d7ab", + "id": "bafc4cef-76e7-48c4-9d1b-ec1cefdcbb89", "common_name": "example.com", "subject_alternative_name": [ "www.example.com" @@ -50,15 +50,15 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "not_valid_after": "2023-11-14T16:09:11Z", "status": "ready", "lb": { - "id": "abbd0516-349d-4e27-a4ed-f96ba6259f7d", + "id": "7278bfe3-b9d5-4f0b-9ab3-542710405d73", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "f0db7c8b-be87-489e-8c1d-200aac84639e", + "id": "35ca02a8-6b7d-41d8-a62e-c7f82b8fb5bf", "status": "ready", - "ip_address": "10.68.44.31", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -69,13 +69,13 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "bf85ad58-3ffa-4d79-950d-57cd1a53e4f3", - "ip_address": "195.154.71.202", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "abbd0516-349d-4e27-a4ed-f96ba6259f7d", - "reverse": "195-154-71-202.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "7278bfe3-b9d5-4f0b-9ab3-542710405d73", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } @@ -93,7 +93,7 @@ f0db7c8b-be87-489e-8c1d-200aac84639e ready 10.68.44.31 few seconds ago few "region": "fr-par", "zone": "fr-par-1" }, - "name": "cli-certificate-quizzical-chaplygin", + "name": "cli-certificate-cocky-noyce", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "status_details": null diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml index fab4698ba8..d5e0f4d212 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address":"195.154.197.213", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse":"195-154-197-213.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:46:56.668336212Z", - "updated_at":"2023-07-06T12:46:56.668336212Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713701858Z", + "updated_at":"2025-01-08T14:25:40.713701858Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address":"195.154.197.213", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse":"195-154-197-213.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:46:56.668336212Z", - "updated_at":"2023-07-06T12:46:56.668336212Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713701858Z", + "updated_at":"2025-01-08T14:25:40.713701858Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "893" + - "896" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:56 GMT + - Wed, 08 Jan 2025 14:25:40 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,103 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5280231-174b-43bf-8f8f-cb65fbb0fe29 + - 57fd7a9b-4fba-41db-ac0f-4b9949cd9766 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"creating", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"unknown", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:56.913312Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713702Z", + "updated_at":"2025-01-08T14:25:40.713702Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:40.713702Z", + "updated_at":"2025-01-08T14:25:40.713702Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "890" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:40 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fb0e1f7a-060c-41ce-9e2e-8ab52c8b34e0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"creating", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:56.924719Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:41.048005Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"creating", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"unknown", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:56.913312Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"creating", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:56.924719Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:41.048005Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1095" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:56 GMT + - Wed, 08 Jan 2025 14:25:43 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ba5d958-b800-4291-a8cd-675201f45054 + - 2931565d-acf3-4b19-b512-4f627e069046 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"ready", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:58.943586Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"ready", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:58.943586Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1092" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,7 +207,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9e80002-f4af-4d9f-9def-6fedad5b3de2 + - 0d0d169e-4e30-462a-90b8-185896e90cbd + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"ready", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:44.249733Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1092" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:45 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 406d8f5b-bdda-4baf-a7a5-cde547fc793c status: 200 OK code: 200 duration: "" @@ -166,8 +270,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df?release_ip=false method: DELETE response: body: "" @@ -177,9 +281,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -187,53 +291,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35397b0e-e423-4c2a-936b-82c2fdf50202 + - 55e7c06e-a8f3-468d-bdbd-f3367fe53c31 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"to_delete", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_delete", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:59.152514Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:45.286835Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/57c0ad68-037a-4e52-bbaf-d422d4d943fd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df method: GET response: - body: '{"id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "name":"foobar", "description":"foobar", - "status":"to_delete", "instances":[{"id":"2b506a8b-657f-486e-9bc6-21b93e595200", - "status":"ready", "ip_address":"10.65.72.21", "created_at":"2023-07-06T09:33:43.319671Z", - "updated_at":"2023-07-06T12:46:57.999906Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name":"foobar", "description":"foobar", + "status":"to_delete", "instances":[{"id":"f80547f2-75a2-4251-9734-61887d18d16f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:09.975043Z", + "updated_at":"2025-01-08T14:25:42.899862Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8bfc3757-bbae-4b52-9325-d4acde51c110", "ip_address":"195.154.197.213", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"57c0ad68-037a-4e52-bbaf-d422d4d943fd", "reverse":"195-154-197-213.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:46:56.668336Z", "updated_at":"2023-07-06T12:46:59.152514Z", + "lb_id":"745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:40.713702Z", "updated_at":"2025-01-08T14:25:45.286835Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:46:59 GMT + - Wed, 08 Jan 2025 14:25:45 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -241,7 +345,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fdc94a49-cd1b-401e-b31d-f0d8b8fcc374 + - 82ece557-3354-4934-9345-7c4b66dcb8f7 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/745b7c8e-0fb8-4450-a6e4-ce59d95ed3df + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a6e1ec27-6939-4421-b241-f7fe42036f37 + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:47 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6f1f6f69-b767-4ceb-8e78-38d6c2c4dc36 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden index 407bb3a42a..8755c967dd 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 57c0ad68-037a-4e52-bbaf-d422d4d943fd +ID 745b7c8e-0fb8-4450-a6e4-ce59d95ed3df Name foobar Description foobar Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -8bfc3757-bbae-4b52-9325-d4acde51c110 195.154.197.213 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 57c0ad68-037a-4e52-bbaf-d422d4d943fd 195-154-197-213.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 745b7c8e-0fb8-4450-a6e4-ce59d95ed3df 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -2b506a8b-657f-486e-9bc6-21b93e595200 ready 10.65.72.21 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +f80547f2-75a2-4251-9734-61887d18d16f ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "57c0ad68-037a-4e52-bbaf-d422d4d943fd", + "id": "745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", "name": "foobar", "description": "foobar", "status": "ready", "instances": [ { - "id": "2b506a8b-657f-486e-9bc6-21b93e595200", + "id": "f80547f2-75a2-4251-9734-61887d18d16f", "status": "ready", - "ip_address": "10.65.72.21", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "8bfc3757-bbae-4b52-9325-d4acde51c110", - "ip_address": "195.154.197.213", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "57c0ad68-037a-4e52-bbaf-d422d4d943fd", - "reverse": "195-154-197-213.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "745b7c8e-0fb8-4450-a6e4-ce59d95ed3df", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml index 8ee59d1684..99f6bdc570 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", - "ip_address":"195.154.74.189", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "reverse":"195-154-74-189.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151470Z", "updated_at":"2024-12-24T09:48:59.632151470Z", + "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", - "ip_address":"195.154.74.189", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "reverse":"195-154-74-189.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151470Z", "updated_at":"2024-12-24T09:48:59.632151470Z", + "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "906" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:48:59 GMT + - Wed, 08 Jan 2025 14:21:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c727b93-d7b1-42db-b2bf-3d6c0a669a5e + - c1a54006-8fc4-4954-8c8a-72d1b9a6983f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", - "ip_address":"195.154.74.189", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "reverse":"195-154-74-189.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:48:59.632151Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", - "ip_address":"195.154.74.189", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "reverse":"195-154-74-189.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:48:59.632151Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:48:59 GMT + - Wed, 08 Jan 2025 14:21:09 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6089e7ad-503b-4b14-9d4d-10059d4e6a47 + - 94487ddf-9a73-49c6-aa6a-1256b83e02a5 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:01.613121Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:48:59.919367Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:01.613121Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:48:59.919367Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:02 GMT + - Wed, 08 Jan 2025 14:21:11 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e354d0a-7033-40b5-b40d-67e799dbc1e5 + - e4b6e978-4d2c-49ce-9910-ac24c38a637d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:01.613121Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:01.613121Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:04 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b84913e0-e137-49e1-b121-5053595ef679 + - d27518d6-70a4-4507-9ee5-d1aaed8f5c9e status: 200 OK code: 200 duration: "" @@ -666,7 +666,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:03 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0b36813-c9d8-4b2d-b1be-52f0d11c3664 + - 79f7bdfe-82a0-4e0b-930b-a2290ea614b1 X-Total-Count: - "68" status: 200 OK @@ -1316,7 +1316,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:04 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9df331a-5f82-454c-b7b8-9f2e52723a76 + - 12a52498-2143-444a-b36c-574b638be316 X-Total-Count: - "68" status: 200 OK @@ -1531,7 +1531,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1559,9 +1559,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:04 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1569,7 +1569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cfa3a5ac-1282-4f8a-87d1-40cde538279a + - 0b99fd12-dcd0-4aee-a9c5-c117175794b7 status: 200 OK code: 200 duration: "" @@ -1584,7 +1584,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 method: GET response: @@ -1603,9 +1603,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:04 GMT + - Wed, 08 Jan 2025 14:21:13 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1613,41 +1613,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6799db2c-594b-4971-bea1-dbb4e8df5948 + - f0359cdd-8299-45d5-b97b-bad213994747 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}}' + body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}}' + body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' headers: Content-Length: - - "364" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:04 GMT + - Wed, 08 Jan 2025 14:21:14 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/216c813b-64b4-48f4-a2b5-7ad96a548410 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f05542a3-9f0f-4c1a-8e87-0666ce026705 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1655,39 +1655,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17a4447f-0d1c-4470-a1bc-5bb817a4b46a + - 5ccbdf13-f306-4cf0-b62f-f8205ccd5732 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-murdock", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2ce55e53-135a-475b-8795-da3e0996fcaa", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:05.337393+00:00", - "modification_date": "2024-12-24T09:49:05.337393+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}, - "public_ips": [{"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}], - "mac_address": "de:00:00:89:36:27", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:05.337393+00:00", "modification_date": - "2024-12-24T09:49:05.337393+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1695,53 +1695,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-murdock", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2ce55e53-135a-475b-8795-da3e0996fcaa", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:05.337393+00:00", - "modification_date": "2024-12-24T09:49:05.337393+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}, - "public_ips": [{"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}], - "mac_address": "de:00:00:89:36:27", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:05.337393+00:00", "modification_date": - "2024-12-24T09:49:05.337393+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2647" + - "2664" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:05 GMT + - Wed, 08 Jan 2025 14:21:15 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00f25e31-178b-428a-8f24-f7fa2c0c39f8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1749,30 +1749,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1f3268a-8d21-472c-ad20-f2d037b99b64 + - 1be96fc7-f9c4-4367-b79c-a7e3443434c9 status: 201 Created code: 201 duration: "" - request: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.193600643Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169819926Z", "updated_at":"2024-12-24T09:49:06.169819926Z", + "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1781,43 +1781,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1/backends method: POST response: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.193600643Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169819926Z", "updated_at":"2024-12-24T09:49:06.169819926Z", + "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1969" + - "1967" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:06 GMT + - Wed, 08 Jan 2025 14:21:15 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1825,30 +1825,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f2bd9e0-7730-49b6-8c6d-7116c44c8c25 + - 65070a95-f970-4f72-9864-865a7605f805 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["212.47.229.9"], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.508093314Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169820Z", "updated_at":"2024-12-24T09:49:06.484991239Z", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1857,43 +1857,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/46352b87-2368-4d62-95ff-206a037ebd75/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98/servers method: POST response: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["212.47.229.9"], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.508093314Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169820Z", "updated_at":"2024-12-24T09:49:06.484991239Z", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1980" + - "1979" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:06 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1901,73 +1901,73 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 176e3c07-a861-4b55-adb1-ea9a4132857c + - 43b81a94-ce56-44e5-b05f-d24f73391fc2 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["212.47.229.9"], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.512874Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169820Z", "updated_at":"2024-12-24T09:49:06.484991Z", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/46352b87-2368-4d62-95ff-206a037ebd75 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98 method: GET response: - body: '{"id":"46352b87-2368-4d62-95ff-206a037ebd75", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["212.47.229.9"], "lb":{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.512874Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:49:06.169820Z", "updated_at":"2024-12-24T09:49:06.484991Z", + "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1972" + - "1971" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:06 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1975,53 +1975,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcebb3f8-b7c6-4f31-8241-6d77659af434 + - 82ad60aa-4995-44fa-88de-36cb8ec21bd4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.797116Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 method: GET response: - body: '{"id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6dd9a4a3-5cee-4425-ab1c-61e02e582151", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:46:07.772823Z", - "updated_at":"2024-12-24T09:49:06.797116Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e2f52e05-079e-4c89-afb8-783cd8b9df93", "ip_address":"195.154.74.189", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"822ece93-2b8d-4932-af2f-f38ea8a2e474", "reverse":"195-154-74-189.lb.fr-par.scw.cloud", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:48:59.632151Z", "updated_at":"2024-12-24T09:49:02.756585Z", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:06 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2029,7 +2029,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 947cc79e-6777-47b2-84e0-6805c7d47210 + - 1d5ccc1e-1eea-403e-905c-290408e9311a status: 200 OK code: 200 duration: "" @@ -2038,8 +2038,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/822ece93-2b8d-4932-af2f-f38ea8a2e474?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1?release_ip=false method: DELETE response: body: "" @@ -2049,9 +2049,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:07 GMT + - Wed, 08 Jan 2025 14:21:16 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,89 +2059,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 184dc087-9a09-4012-aa4c-5e4803013196 + - 295284e0-4373-455b-9ff1-d26528de279f status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock", + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + method: GET + response: + body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", + "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6ae8bfd7-5c06-4907-9490-f839bdb636f6 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:21:18 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1160f26-91d3-4032-a211-e896835b33ff + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-murdock", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2ce55e53-135a-475b-8795-da3e0996fcaa", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:05.337393+00:00", - "modification_date": "2024-12-24T09:49:05.337393+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}, - "public_ips": [{"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}], - "mac_address": "de:00:00:89:36:27", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:05.337393+00:00", "modification_date": - "2024-12-24T09:49:05.337393+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00f25e31-178b-428a-8f24-f7fa2c0c39f8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c method: GET response: - body: '{"server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock", + body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-youthful-murdock", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "2ce55e53-135a-475b-8795-da3e0996fcaa", + "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "00f25e31-178b-428a-8f24-f7fa2c0c39f8", "name": "cli-srv-youthful-murdock"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:49:05.337393+00:00", - "modification_date": "2024-12-24T09:49:05.337393+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", + "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}, - "public_ips": [{"id": "216c813b-64b4-48f4-a2b5-7ad96a548410", "address": "212.47.229.9", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, + "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08bca758-7808-4e76-a0e0-2a1f0ca008fe"}], - "mac_address": "de:00:00:89:36:27", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], + "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:49:05.337393+00:00", "modification_date": - "2024-12-24T09:49:05.337393+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": + "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2647" + - "2664" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:07 GMT + - Wed, 08 Jan 2025 14:21:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2149,7 +2235,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03a69408-16e6-4096-8967-370379f6e7df + - f0011dad-4e94-4ad4-a05c-eec98bd12aa4 status: 200 OK code: 200 duration: "" @@ -2158,8 +2244,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00f25e31-178b-428a-8f24-f7fa2c0c39f8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c method: DELETE response: body: "" @@ -2169,9 +2255,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:07 GMT + - Wed, 08 Jan 2025 14:21:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2179,41 +2265,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3849fb6a-9ddb-4401-a163-0fff23c47ca9 + - 20d819b0-f4d5-4261-b46d-b85135943219 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "2ce55e53-135a-475b-8795-da3e0996fcaa", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:05.337393+00:00", "modification_date": "2024-12-24T09:49:07.390211+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2ce55e53-135a-475b-8795-da3e0996fcaa - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0417787f-b3e7-4c92-93b5-a4f395e760ff + method: DELETE response: - body: '{"volume": {"id": "2ce55e53-135a-475b-8795-da3e0996fcaa", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:49:05.337393+00:00", "modification_date": "2024-12-24T09:49:07.390211+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:07 GMT + - Wed, 08 Jan 2025 14:21:18 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2221,17 +2295,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d99ace0e-1fbd-4271-918b-0491c3f996a9 - status: 200 OK - code: 200 + - d0316db1-948b-4ebc-b76f-5d98a50614c3 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/2ce55e53-135a-475b-8795-da3e0996fcaa + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -2241,9 +2315,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:49:07 GMT + - Wed, 08 Jan 2025 14:21:19 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2251,7 +2325,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa95f9b5-5bb4-44eb-918c-ff5a84612ce9 + - 064930b9-0443-494a-83b1-706a98862d41 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden index eb7483451e..b762894a03 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 46352b87-2368-4d62-95ff-206a037ebd75 +ID 4fa6bac4-eb88-433f-a694-5990dd0e3d98 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,15 +26,15 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[212.47.229.9] +[51.158.97.213] Lb: -ID 822ece93-2b8d-4932-af2f-f38ea8a2e474 +ID 181036c6-e06a-4f79-9ff8-861413fc12d1 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 0 BackendCount 1 Type lb-s @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -e2f52e05-079e-4c89-afb8-783cd8b9df93 195.154.74.189 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf 822ece93-2b8d-4932-af2f-f38ea8a2e474 195-154-74-189.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 181036c6-e06a-4f79-9ff8-861413fc12d1 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -6dd9a4a3-5cee-4425-ab1c-61e02e582151 ready - few seconds ago few seconds ago fr-par fr-par-1 +2b1e5522-d60b-43b9-8c82-4d5ae6b7131f ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "46352b87-2368-4d62-95ff-206a037ebd75", + "id": "4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ ID STATUS IP ADDRESS CREATED AT UPDAT "check_timeout": 1000 }, "pool": [ - "212.47.229.9" + "51.158.97.213" ], "lb": { - "id": "822ece93-2b8d-4932-af2f-f38ea8a2e474", + "id": "181036c6-e06a-4f79-9ff8-861413fc12d1", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "6dd9a4a3-5cee-4425-ab1c-61e02e582151", + "id": "2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", "status": "ready", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -90,16 +90,16 @@ ID STATUS IP ADDRESS CREATED AT UPDAT "zone": "fr-par-1" } ], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "e2f52e05-079e-4c89-afb8-783cd8b9df93", - "ip_address": "195.154.74.189", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "822ece93-2b8d-4932-af2f-f38ea8a2e474", - "reverse": "195-154-74-189.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "181036c6-e06a-4f79-9ff8-861413fc12d1", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml index f89d7e996c..79271a424f 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml @@ -2,34 +2,34 @@ version: 1 interactions: - request: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address":"195.154.69.89", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse":"195-154-69-89.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081308747Z", "updated_at":"2024-12-24T09:50:30.081308747Z", + "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address":"195.154.69.89", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse":"195-154-69-89.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081308747Z", "updated_at":"2024-12-24T09:50:30.081308747Z", + "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -39,9 +39,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:30 GMT + - Wed, 08 Jan 2025 14:20:28 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,41 +49,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e1aeddba-dded-4c58-bcb9-66f6213b491c + - 75aef4bc-7049-4c36-9aa1-d161f75c7ee3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:30.395427Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:30.081309Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:30.395427Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:30.081309Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -93,9 +93,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:30 GMT + - Wed, 08 Jan 2025 14:20:29 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,41 +103,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdeb8498-4f29-412a-af1f-239f8e5e870f + - b4583eca-c078-4b77-8a22-7e1b137dbb85 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:32.037690Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:30.402009Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:32.037690Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:30.402009Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -147,9 +147,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:32 GMT + - Wed, 08 Jan 2025 14:20:31 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,41 +157,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4985133b-2c4b-4057-b570-3f04cac0e650 + - d333c7f2-4f63-42a8-a4a4-de5fdc70b549 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:32.037690Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:32.037690Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -201,9 +201,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea44641f-9fb7-4bee-a4cb-bdf772b8255e + - 7fab553f-3e6d-490b-a603-d19d970a6470 status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdf1f0e6-869d-4ff3-81db-f849e806348e + - 69e84cfc-f786-45f7-b414-3591da2ecd50 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:32 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b286df9c-b17e-49ec-b5ee-2598ef2541d7 + - 1f4afca3-f0b7-42af-9c71-f6695cf7a0e0 X-Total-Count: - "68" status: 200 OK @@ -1535,7 +1535,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1563,9 +1563,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1573,7 +1573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 616087ef-fc2b-4184-abc0-9bca68042dc0 + - 12c9fa8e-9bc9-4672-bbef-462b653b622b status: 200 OK code: 200 duration: "" @@ -1588,7 +1588,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 method: GET response: @@ -1607,9 +1607,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1617,41 +1617,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04f44b67-4b6d-4832-874e-9e9037874bb7 + - a8b570ef-6029-4f4c-87f6-4525fe095ba2 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}}' + body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}}' + body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' headers: Content-Length: - - "367" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:34 GMT + - Wed, 08 Jan 2025 14:20:33 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f67cf7fe-1e8f-41dc-8494-b52facb58eaf + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/77c55ccf-e1dd-4052-ace3-32be2de61ffd Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1659,39 +1659,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb9dc9d8-a2ee-44cc-b100-b9ec06e9fbae + - 434e7874-6405-43ef-9512-5b1ef66fb7fc status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-eloquent-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a30e5c48-8700-4287-a889-c5e2a506d172", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:36.023458+00:00", - "modification_date": "2024-12-24T09:50:36.023458+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}, - "public_ips": [{"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}], - "mac_address": "de:00:00:89:36:5f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:36.023458+00:00", "modification_date": - "2024-12-24T09:50:36.023458+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1699,53 +1699,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-eloquent-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a30e5c48-8700-4287-a889-c5e2a506d172", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:36.023458+00:00", - "modification_date": "2024-12-24T09:50:36.023458+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}, - "public_ips": [{"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}], - "mac_address": "de:00:00:89:36:5f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:36.023458+00:00", "modification_date": - "2024-12-24T09:50:36.023458+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2653" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:36 GMT + - Wed, 08 Jan 2025 14:20:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2ace3108-4355-410a-a26b-bedf403cbc33 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1753,30 +1753,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d62fc39-4359-4c7b-8bc2-5fc953577dce + - 449b9026-a2ce-42b9-aefe-f36439dfb702 status: 201 Created code: 201 duration: "" - request: - body: '{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:36.934663369Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359194Z", "updated_at":"2024-12-24T09:50:36.914359194Z", + "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1785,29 +1785,29 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/backends method: POST response: - body: '{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:36.934663369Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359194Z", "updated_at":"2024-12-24T09:50:36.914359194Z", + "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1819,9 +1819,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:37 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1829,88 +1829,88 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6504cd0f-e283-4131-a606-6c801d72999a + - bde0c04c-fd00-4e1d-8d26-7eba847bd240 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"15285de1-bdf7-417f-911a-343c81447ad0", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359Z", "updated_at":"2024-12-24T09:50:36.914359Z", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:37.416119240Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:37.333629Z", - "updated_at":"2024-12-24T09:50:37.333629Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e/frontends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/frontends method: POST response: - body: '{"id":"15285de1-bdf7-417f-911a-343c81447ad0", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359Z", "updated_at":"2024-12-24T09:50:36.914359Z", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:37.416119240Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:37.333629Z", - "updated_at":"2024-12-24T09:50:37.333629Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' headers: Content-Length: - "3136" @@ -1919,9 +1919,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:37 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1929,82 +1929,82 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a0355ef-9180-4468-90a1-4c06f712a708 + - 7db3e870-f295-4e07-83dd-eb6db41eab5b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"15285de1-bdf7-417f-911a-343c81447ad0", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359Z", "updated_at":"2024-12-24T09:50:36.914359Z", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address":"195.154.69.89", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse":"195-154-69-89.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:37.333629Z", - "updated_at":"2024-12-24T09:50:37.333629Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/15285de1-bdf7-417f-911a-343c81447ad0 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/fa50b47b-79e0-4936-bfea-f5d2f743b6e2 method: GET response: - body: '{"id":"15285de1-bdf7-417f-911a-343c81447ad0", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", + "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:36.914359Z", "updated_at":"2024-12-24T09:50:36.914359Z", + "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address":"195.154.69.89", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse":"195-154-69-89.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:37.333629Z", - "updated_at":"2024-12-24T09:50:37.333629Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", + "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' headers: Content-Length: - "2925" @@ -2013,9 +2013,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:37 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2023,41 +2023,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 18ab8bee-cf2c-47cd-bc87-233a6d668761 + - bd3fef33-8b49-469f-aa1a-57b25f2f1081 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:37.751062Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 method: GET response: - body: '{"id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"b87946e9-3765-46ac-8d86-c8aeebcfe7a0", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:21.502811Z", - "updated_at":"2024-12-24T09:50:37.751062Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", "ip_address":"195.154.69.89", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"b5b39b3f-7e74-42be-9418-2dabcad2969e", "reverse":"195-154-69-89.lb.fr-par.scw.cloud", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:30.081309Z", "updated_at":"2024-12-24T09:50:33.303908Z", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2067,9 +2067,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:37 GMT + - Wed, 08 Jan 2025 14:20:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2077,7 +2077,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f970b9c-e215-4698-ae3e-1d4fe8547f84 + - 10ab8248-33dc-4876-9be5-694dc90c4aff status: 200 OK code: 200 duration: "" @@ -2086,8 +2086,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/b5b39b3f-7e74-42be-9418-2dabcad2969e?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588?release_ip=false method: DELETE response: body: "" @@ -2097,9 +2097,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:38 GMT + - Wed, 08 Jan 2025 14:20:36 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2107,89 +2107,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 86b4ba1f-e912-48c0-8bbb-bb16bc22974c + - c7fe4931-dcff-47a1-8138-77580077ae27 status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider", + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + method: GET + response: + body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", + "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1104" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:36 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c494adfc-2dc7-4388-87e0-1bb6e94d77f0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:38 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 898276a8-e8e8-49e8-bda5-df388d6a84fe + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-eloquent-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a30e5c48-8700-4287-a889-c5e2a506d172", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:36.023458+00:00", - "modification_date": "2024-12-24T09:50:36.023458+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}, - "public_ips": [{"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}], - "mac_address": "de:00:00:89:36:5f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:36.023458+00:00", "modification_date": - "2024-12-24T09:50:36.023458+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2ace3108-4355-410a-a26b-bedf403cbc33 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 method: GET response: - body: '{"server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider", + body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-eloquent-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "a30e5c48-8700-4287-a889-c5e2a506d172", + "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "2ace3108-4355-410a-a26b-bedf403cbc33", "name": "cli-srv-eloquent-greider"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:36.023458+00:00", - "modification_date": "2024-12-24T09:50:36.023458+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", + "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}, - "public_ips": [{"id": "f67cf7fe-1e8f-41dc-8494-b52facb58eaf", "address": "163.172.152.142", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, + "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "ea28ff88-0ebb-46f1-bbc1-afe6b2c3bf5f"}], - "mac_address": "de:00:00:89:36:5f", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], + "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:36.023458+00:00", "modification_date": - "2024-12-24T09:50:36.023458+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": + "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2653" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:37 GMT + - Wed, 08 Jan 2025 14:20:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2197,7 +2283,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31ee7d37-5851-4385-ba06-5d298f8b46b6 + - 49f05114-cef8-4446-97fc-36f41726612d status: 200 OK code: 200 duration: "" @@ -2206,8 +2292,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/2ace3108-4355-410a-a26b-bedf403cbc33 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 method: DELETE response: body: "" @@ -2217,9 +2303,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:38 GMT + - Wed, 08 Jan 2025 14:20:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2227,41 +2313,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1aef525-39a8-486d-bb91-914d80c4847a + - 578afaef-d6b3-46f2-be62-a50bb595d92a status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "a30e5c48-8700-4287-a889-c5e2a506d172", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:50:36.023458+00:00", "modification_date": "2024-12-24T09:50:38.392540+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a30e5c48-8700-4287-a889-c5e2a506d172 - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/418b66cd-32f5-422a-a800-b4b1e3586c3e + method: DELETE response: - body: '{"volume": {"id": "a30e5c48-8700-4287-a889-c5e2a506d172", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:50:36.023458+00:00", "modification_date": "2024-12-24T09:50:38.392540+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:38 GMT + - Wed, 08 Jan 2025 14:20:38 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2269,17 +2343,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1fdf0e69-79ab-431e-8f0c-13a83a7995b7 - status: 200 OK - code: 200 + - 6fcde547-427b-4953-97aa-c1cc4064cc50 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a30e5c48-8700-4287-a889-c5e2a506d172 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -2289,9 +2363,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:38 GMT + - Wed, 08 Jan 2025 14:20:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2299,7 +2373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 031708d4-b006-49a1-b70f-d8e0148369ec + - 35ec9993-189b-4eb3-afb2-0bc6af8ff432 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden index 8406613872..f2930d5352 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 15285de1-bdf7-417f-911a-343c81447ad0 +ID fa50b47b-79e0-4936-bfea-f5d2f743b6e2 Name cli-test InboundPort 8888 TimeoutClient 5m0s @@ -9,12 +9,12 @@ UpdatedAt few seconds ago EnableHTTP3 false Lb: -ID b5b39b3f-7e74-42be-9418-2dabcad2969e +ID 0976939a-6601-4777-a155-471c7fb73588 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 1 BackendCount 1 Type lb-s @@ -28,13 +28,13 @@ Zone fr-par-1 IPs: ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -e71c14a2-6808-4fcf-b0a5-8e07858aaf8b 195.154.69.89 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf b5b39b3f-7e74-42be-9418-2dabcad2969e 195-154-69-89.lb.fr-par.scw.cloud [] fr-par fr-par-1 +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE Backend: -ID da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa +ID 4ec2aef8-125b-4bf3-8ea4-3d44875e7b47 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -63,12 +63,12 @@ Pool: [] Lb: -ID b5b39b3f-7e74-42be-9418-2dabcad2969e +ID 0976939a-6601-4777-a155-471c7fb73588 Name cli-test Description cli-test Status ready -OrganizationID 105bdce1-64c0-48ab-899d-868455867ecf -ProjectID 105bdce1-64c0-48ab-899d-868455867ecf +OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 +ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 FrontendCount 1 BackendCount 1 Type lb-s @@ -82,17 +82,17 @@ Zone fr-par-1 IPs: ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -e71c14a2-6808-4fcf-b0a5-8e07858aaf8b 195.154.69.89 105bdce1-64c0-48ab-899d-868455867ecf 105bdce1-64c0-48ab-899d-868455867ecf b5b39b3f-7e74-42be-9418-2dabcad2969e 195-154-69-89.lb.fr-par.scw.cloud [] fr-par fr-par-1 +10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "15285de1-bdf7-417f-911a-343c81447ad0", + "id": "fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name": "cli-test", "inbound_port": 8888, "backend": { - "id": "da91ef39-6c14-4c16-b5b5-f2dbe6ae39fa", + "id": "4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -110,21 +110,21 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE }, "pool": [], "lb": { - "id": "b5b39b3f-7e74-42be-9418-2dabcad2969e", + "id": "0976939a-6601-4777-a155-471c7fb73588", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address": "195.154.69.89", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse": "195-154-69-89.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "0976939a-6601-4777-a155-471c7fb73588", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" @@ -160,21 +160,21 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE "timeout_tunnel": 900000 }, "lb": { - "id": "b5b39b3f-7e74-42be-9418-2dabcad2969e", + "id": "0976939a-6601-4777-a155-471c7fb73588", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [], - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "e71c14a2-6808-4fcf-b0a5-8e07858aaf8b", - "ip_address": "195.154.69.89", - "organization_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "project_id": "105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id": "b5b39b3f-7e74-42be-9418-2dabcad2969e", - "reverse": "195-154-69-89.lb.fr-par.scw.cloud", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", + "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id": "0976939a-6601-4777-a155-471c7fb73588", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml index 475ed15da4..5695b23feb 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956449Z", - "updated_at":"2023-07-06T12:47:23.203956449Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916329Z", + "updated_at":"2025-01-08T14:25:52.253916329Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956449Z", - "updated_at":"2023-07-06T12:47:23.203956449Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916329Z", + "updated_at":"2025-01-08T14:25:52.253916329Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "897" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:23 GMT + - Wed, 08 Jan 2025 14:25:52 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62fc42ea-e051-4b4e-95f7-9c8fec1febb3 + - 20c250ca-4cea-4ba8-95fc-6feac2d99526 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956Z", - "updated_at":"2023-07-06T12:47:23.203956Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916Z", + "updated_at":"2025-01-08T14:25:52.253916Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address":"195.154.196.180", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse":"195-154-196-180.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:23.203956Z", - "updated_at":"2023-07-06T12:47:23.203956Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:25:52.253916Z", + "updated_at":"2025-01-08T14:25:52.253916Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "891" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:23 GMT + - Wed, 08 Jan 2025 14:25:52 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cced3115-7a75-4392-af26-06fda022d3a3 + - a1c210de-5189-4f8a-9c57-7d828477abc4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:52.536538Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:23.486986Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:52.544003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:52.536538Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:23.486986Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:52.544003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1108" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:25 GMT + - Wed, 08 Jan 2025 14:25:54 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 138fead0-61ce-4751-9db3-0e0caf849bd2 + - cbc8ce64-da1b-42c6-b3ac-54bb3ff20e66 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:56 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,53 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f72b6c3-7a49-44a7-b443-d25c0aae6dcf + - b5966e42-afd2-44ce-99da-2ceb64e1c2b4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:26.113878Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:56 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -261,7 +261,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c24439f3-533a-4dae-a43e-4d0b7cad895c + - 64e9c577-c6e3-415c-bd3f-205a59d03fc0 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 + method: GET + response: + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.025115Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1096" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:56 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5d509af5-f2a2-4913-96e1-4757ac76a11f status: 200 OK code: 200 duration: "" @@ -270,8 +324,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3?release_ip=false method: DELETE response: body: "" @@ -281,9 +335,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:57 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,53 +345,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8ca715a-8d46-4af9-ab66-f2c3a818de8c + - a6809061-fef7-482c-90b5-adfe95f0b793 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:27.786908Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.828178Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e35470a7-86c9-49f4-a5b8-df15d27bbce5 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 method: GET response: - body: '{"id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"084c01a5-e8b3-413a-851c-2335de23c116", - "status":"ready", "ip_address":"10.64.254.65", "created_at":"2023-07-06T09:35:11.350129Z", - "updated_at":"2023-07-06T12:47:24.582385Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"beea700d-b203-43de-8382-1028d521ce64", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:07.654721Z", + "updated_at":"2025-01-08T14:25:54.546532Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", "ip_address":"195.154.196.180", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"e35470a7-86c9-49f4-a5b8-df15d27bbce5", "reverse":"195-154-196-180.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:23.203956Z", "updated_at":"2023-07-06T12:47:27.786908Z", + "lb_id":"4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:25:52.253916Z", "updated_at":"2025-01-08T14:25:56.828178Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1109" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:27 GMT + - Wed, 08 Jan 2025 14:25:57 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -345,7 +399,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 122d5980-8f23-4807-8add-45658c46d921 + - 6b2e19bd-c3c3-4c51-ac0c-3403a6903950 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4a5dd5b6-6f7a-40df-aff1-5977a73469f3 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 029755a9-9b2a-4e43-ad9d-cd925c61147e + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:25:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - abeb546f-04f0-493a-a494-d8eb3dd03dd0 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden index 6b22805bba..b791a52985 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID e35470a7-86c9-49f4-a5b8-df15d27bbce5 +ID 4a5dd5b6-6f7a-40df-aff1-5977a73469f3 Name cli-test Description cli-test Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0 195.154.196.180 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e35470a7-86c9-49f4-a5b8-df15d27bbce5 195-154-196-180.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 4a5dd5b6-6f7a-40df-aff1-5977a73469f3 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -084c01a5-e8b3-413a-851c-2335de23c116 ready 10.64.254.65 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +beea700d-b203-43de-8382-1028d521ce64 ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "e35470a7-86c9-49f4-a5b8-df15d27bbce5", + "id": "4a5dd5b6-6f7a-40df-aff1-5977a73469f3", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "084c01a5-e8b3-413a-851c-2335de23c116", + "id": "beea700d-b203-43de-8382-1028d521ce64", "status": "ready", - "ip_address": "10.64.254.65", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPD "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "8d51a3cd-f7ad-41b8-98a8-8e7ba005a8a0", - "ip_address": "195.154.196.180", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e35470a7-86c9-49f4-a5b8-df15d27bbce5", - "reverse": "195-154-196-180.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "4a5dd5b6-6f7a-40df-aff1-5977a73469f3", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml index 4c942ccb9a..3310b21cc7 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", - "ip_address":"195.154.71.37", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "reverse":"195-154-71-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989633561Z", "updated_at":"2024-12-24T09:50:38.989633561Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", + "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[], "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", - "ip_address":"195.154.71.37", "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "reverse":"195-154-71-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989633561Z", "updated_at":"2024-12-24T09:50:38.989633561Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", + "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:39 GMT + - Wed, 08 Jan 2025 14:26:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c159de14-54ea-4d70-86d7-67628841085d + - 80f02104-ae49-46e6-b0f9-194bf4d61a70 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:39.268284Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:39.276716Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"unknown", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:39.268284Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:39.276716Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:39 GMT + - Wed, 08 Jan 2025 14:26:33 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5d62471-604c-4802-bf72-bba251cd313e + - 6285ed58-da3b-42c8-9dec-a0cc068b78a6 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:41.260417Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:39.276716Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:41.260417Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:39.276716Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:41 GMT + - Wed, 08 Jan 2025 14:26:35 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +157,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca4f605a-5644-410d-8953-96c2027d60d1 + - 03c657d3-bb03-4fa0-954a-1889db26bfa8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:41.260417Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:41.260417Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +211,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2bb2a3a-dfbb-4efe-ba53-c17971b27733 + - af615447-001b-4263-932f-66430aa191c7 status: 200 OK code: 200 duration: "" @@ -670,7 +670,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=1 method: GET response: @@ -1133,12 +1133,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1146,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf4c915a-539f-4a6b-b90f-7acfe908039f + - 50543c31-349f-4c74-8d32-4b7889bed510 X-Total-Count: - "68" status: 200 OK @@ -1320,7 +1320,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/products/servers?page=2 method: GET response: @@ -1496,12 +1496,12 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1509,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a985a2b7-28ce-441e-8b6d-dd73f7fe38d0 + - 7bff8317-f39f-4c8a-9c68-4ea9ebd3709c X-Total-Count: - "68" status: 200 OK @@ -1535,7 +1535,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/marketplace/v2/local-images?image_label=ubuntu_focal&order_by=type_asc&type=instance_local&zone=fr-par-1 method: GET response: @@ -1563,9 +1563,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1573,7 +1573,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 40cd9492-8d16-4086-9a46-4ac8fb8dc0a7 + - cf5146b4-00c3-4d4c-b13b-5fc78e670659 status: 200 OK code: 200 duration: "" @@ -1588,7 +1588,7 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/images/5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45 method: GET response: @@ -1607,9 +1607,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:37 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1617,41 +1617,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 338c6adb-368c-4cac-bc91-d77a951bd311 + - 284a0e31-47d8-40ed-971a-3375af2ca4c5 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}}' + body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", - "prefix": null, "reverse": null, "server": null, "organization": "105bdce1-64c0-48ab-899d-868455867ecf", - "project": "105bdce1-64c0-48ab-899d-868455867ecf", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}}' + body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' headers: Content-Length: - - "366" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:43 GMT + - Wed, 08 Jan 2025 14:26:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/78e88e26-6047-4670-9c65-d34f3eeb338d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7a1e2113-4e5b-410a-9d85-a2a6fe025178 Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1659,39 +1659,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 868e0863-16c3-44d6-b8d5-260943f958e0 + - f008a82f-3116-4d99-832b-7a0188562be6 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-awesome-pasteur", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:44.796884+00:00", - "modification_date": "2024-12-24T09:50:44.796884+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}, - "public_ips": [{"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}], - "mac_address": "de:00:00:89:36:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:44.796884+00:00", "modification_date": - "2024-12-24T09:50:44.796884+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} @@ -1699,53 +1699,53 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-awesome-pasteur", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:44.796884+00:00", - "modification_date": "2024-12-24T09:50:44.796884+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}, - "public_ips": [{"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}], - "mac_address": "de:00:00:89:36:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:44.796884+00:00", "modification_date": - "2024-12-24T09:50:44.796884+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2648" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:44 GMT + - Wed, 08 Jan 2025 14:26:38 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf9e448b-fb1e-4f88-8eb1-70e1d208123a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1753,30 +1753,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f00db75-9606-44d2-8143-edfd7c1ee51b + - dcd27452-4cb0-4dc7-b2a4-d7345fa41c2c status: 201 Created code: 201 duration: "" - request: - body: '{"id":"da0c80da-b902-41cf-8bec-47e3f3e9731c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:45.525543965Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.505492431Z", "updated_at":"2024-12-24T09:50:45.505492431Z", + "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1785,43 +1785,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends method: POST response: - body: '{"id":"da0c80da-b902-41cf-8bec-47e3f3e9731c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:45.525543965Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.505492431Z", "updated_at":"2024-12-24T09:50:45.505492431Z", + "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:45 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1829,30 +1829,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf36629a-2741-4356-b87e-212a7a09d4f8 + - 7d100f4d-1ca4-40ec-805a-ddc904a54964 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:45.872024104Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843565626Z", "updated_at":"2024-12-24T09:50:45.843565626Z", + "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1861,43 +1861,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48/backends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends method: POST response: - body: '{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:45.872024104Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843565626Z", "updated_at":"2024-12-24T09:50:45.843565626Z", + "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:46 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1905,30 +1905,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a55e448d-9ea2-48dd-ae3e-57b664f5686d + - e2a4ebea-71d6-4ae0-9a5b-a8445ff5a903 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.184.73"], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.133452393Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843566Z", "updated_at":"2024-12-24T09:50:46.111159219Z", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1937,43 +1937,43 @@ interactions: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/a1e5d2f0-006f-420e-9e2f-22745da26bec/servers + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/0688290d-350e-43a1-8764-891e9caa737c/servers method: POST response: - body: '{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.184.73"], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.133452393Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843566Z", "updated_at":"2024-12-24T09:50:46.111159219Z", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1980" + - "1975" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:46 GMT + - Wed, 08 Jan 2025 14:26:39 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1981,99 +1981,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b0d1ed6-c2d9-486c-ad7d-75e97f740fae + - a3d29fa1-0843-4769-b22d-3cc89513a267 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"db705514-8218-460e-a8f7-c2ed98422264", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.184.73"], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843566Z", "updated_at":"2024-12-24T09:50:46.111159Z", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.619561708Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:46.575555Z", - "updated_at":"2024-12-24T09:50:46.575555Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", + "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48/frontends + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/frontends method: POST response: - body: '{"id":"db705514-8218-460e-a8f7-c2ed98422264", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.184.73"], "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", + "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2024-12-24T09:50:45.843566Z", "updated_at":"2024-12-24T09:50:46.111159Z", + "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"pending", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.619561708Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2024-12-24T09:50:46.575555Z", - "updated_at":"2024-12-24T09:50:46.575555Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", + "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' headers: Content-Length: - - "3152" + - "3143" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:46 GMT + - Wed, 08 Jan 2025 14:26:40 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2081,37 +2081,35 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 39f4b8e2-b375-481b-acd9-b1ddf8923ae1 + - 54776ed7-a169-4af7-9f07-ee7deeda7bef status: 200 OK code: 200 duration: "" - request: - body: '{"backend_servers_stats":[{"instance_id":"286b56cd-dda4-44b1-8c5d-1801f80302f3", - "backend_id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "ip":"163.172.184.73", - "server_state":"stopped", "server_state_changed_at":"2024-12-24T09:50:51Z", - "last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48/stats + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/stats method: GET response: - body: '{"backend_servers_stats":[{"instance_id":"286b56cd-dda4-44b1-8c5d-1801f80302f3", - "backend_id":"a1e5d2f0-006f-420e-9e2f-22745da26bec", "ip":"163.172.184.73", - "server_state":"stopped", "server_state_changed_at":"2024-12-24T09:50:51Z", - "last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' headers: Content-Length: - - "272" + - "271" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:56 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2119,53 +2117,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9858c910-ff6b-46fe-9368-3e73bb72c3be + - d19a491c-5304-4d1b-8fad-572cf7c4799c status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.903058Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 method: GET response: - body: '{"id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"0f2e454e-8950-4e86-aa7b-e8c7f65b91e4", - "status":"ready", "ip_address":"", "created_at":"2024-12-24T09:49:23.507754Z", - "updated_at":"2024-12-24T09:50:46.903058Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "ip":[{"id":"e89f85d8-2cda-4e13-a131-c2f40acbdc08", "ip_address":"195.154.71.37", - "organization_id":"105bdce1-64c0-48ab-899d-868455867ecf", "project_id":"105bdce1-64c0-48ab-899d-868455867ecf", - "lb_id":"3fd12132-cc06-4ad3-8402-3bfc37ed3a48", "reverse":"195-154-71-37.lb.fr-par.scw.cloud", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2024-12-24T09:50:38.989634Z", "updated_at":"2024-12-24T09:50:42.498877Z", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2173,7 +2171,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9062bce-55df-451e-a931-ada7a2b51836 + - 3b3dfd71-9789-4164-b957-afac2b7b58ab status: 200 OK code: 200 duration: "" @@ -2182,8 +2180,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3fd12132-cc06-4ad3-8402-3bfc37ed3a48?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10?release_ip=false method: DELETE response: body: "" @@ -2193,9 +2191,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:50 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2203,89 +2201,175 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f7295a1-a26b-41b6-ab9f-1b78e1399135 + - b49b062c-9620-4600-bdd0-4d7c74d6b3cb status: 204 No Content code: 204 duration: "" - request: - body: '{"server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur", + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + method: GET + response: + body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", + "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", + "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, + "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:50 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cfa1cbad-c86e-4a11-894b-7d97aea66faf + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:52 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 32412fd1-d0d7-4a3f-96ef-47bd11e43b5d + status: 404 Not Found + code: 404 + duration: "" +- request: + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-awesome-pasteur", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:44.796884+00:00", - "modification_date": "2024-12-24T09:50:44.796884+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}, - "public_ips": [{"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}], - "mac_address": "de:00:00:89:36:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:44.796884+00:00", "modification_date": - "2024-12-24T09:50:44.796884+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf9e448b-fb1e-4f88-8eb1-70e1d208123a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd method: GET response: - body: '{"server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur", + body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "hostname": "cli-srv-awesome-pasteur", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", + "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, - "organization": "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": {"id": "bf9e448b-fb1e-4f88-8eb1-70e1d208123a", "name": "cli-srv-awesome-pasteur"}, - "size": 20000000000, "state": "available", "creation_date": "2024-12-24T09:50:44.796884+00:00", - "modification_date": "2024-12-24T09:50:44.796884+00:00", "tags": [], "zone": + "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", + "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}, - "public_ips": [{"id": "78e88e26-6047-4670-9c65-d34f3eeb338d", "address": "163.172.184.73", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, + "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "70f7fabc-73da-4474-b970-3a7d3885763a"}], - "mac_address": "de:00:00:89:36:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], + "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2024-12-24T09:50:44.796884+00:00", "modification_date": - "2024-12-24T09:50:44.796884+00:00", "bootscript": null, "security_group": {"id": - "5881315f-2400-43a0-ac75-08adf6cb8c12", "name": "Default security group"}, "location": + null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": + "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2648" + - "2643" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:52 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2293,7 +2377,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abe9c9d0-f812-43ef-b353-832d25896591 + - 7f3d6bee-f7c3-4667-88ea-2c2f1bbf6ee2 status: 200 OK code: 200 duration: "" @@ -2302,8 +2386,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bf9e448b-fb1e-4f88-8eb1-70e1d208123a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd method: DELETE response: body: "" @@ -2313,9 +2397,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:52 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2323,41 +2407,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1cc010a-a7af-47bf-bf5b-859d1828da85 + - c06c84b0-d5d7-4534-ba2e-18d346d325f1 status: 204 No Content code: 204 duration: "" - request: - body: '{"volume": {"id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:50:44.796884+00:00", "modification_date": "2024-12-24T09:50:57.538925+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7e551dc3-483a-48f4-8f68-dae0d49532fb - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/715e1e27-a560-4c51-8a84-c7373271559d + method: DELETE response: - body: '{"volume": {"id": "7e551dc3-483a-48f4-8f68-dae0d49532fb", "name": "Ubuntu - 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": - "105bdce1-64c0-48ab-899d-868455867ecf", "project": "105bdce1-64c0-48ab-899d-868455867ecf", - "server": null, "size": 20000000000, "state": "available", "creation_date": - "2024-12-24T09:50:44.796884+00:00", "modification_date": "2024-12-24T09:50:57.538925+00:00", - "tags": [], "zone": "fr-par-1"}}' + body: "" headers: - Content-Length: - - "446" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2365,17 +2437,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b3305fa-a0bf-4521-a39c-c2c99736eb79 - status: 200 OK - code: 200 + - f2e7ee1d-3f06-436b-a672-20ffffcae671 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; arm64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7e551dc3-483a-48f4-8f68-dae0d49532fb + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -2385,9 +2457,9 @@ interactions: Content-Type: - application/json Date: - - Tue, 24 Dec 2024 09:50:57 GMT + - Wed, 08 Jan 2025 14:26:53 GMT Server: - - Scaleway API Gateway (fr-par-1;edge03) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2395,7 +2467,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0409ec0a-1eee-4baa-8855-310b5b479da0 + - f5338906-c9c3-4b5b-abdb-f5b41a447d0b status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden index 523fad3639..f7fadc98aa 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden @@ -1,17 +1,17 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Backends Statistics: -INSTANCE ID BACKEND ID IP SERVER STATE SERVER STATE CHANGED AT LAST HEALTH CHECK STATUS -286b56cd-dda4-44b1-8c5d-1801f80302f3 a1e5d2f0-006f-420e-9e2f-22745da26bec 163.172.184.73 stopped few seconds ago unknown +INSTANCE ID BACKEND ID IP SERVER STATE SERVER STATE CHANGED AT LAST HEALTH CHECK STATUS +fa01810e-81fd-4250-b3a8-1a5e37bef3c6 0688290d-350e-43a1-8764-891e9caa737c 51.158.67.101 stopped few seconds ago unknown 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "backend_servers_stats": [ { - "instance_id": "286b56cd-dda4-44b1-8c5d-1801f80302f3", - "backend_id": "a1e5d2f0-006f-420e-9e2f-22745da26bec", - "ip": "163.172.184.73", + "instance_id": "fa01810e-81fd-4250-b3a8-1a5e37bef3c6", + "backend_id": "0688290d-350e-43a1-8764-891e9caa737c", + "ip": "51.158.67.101", "server_state": "stopped", - "server_state_changed_at": "2024-12-24T09:50:51Z", + "server_state_changed_at": "2025-01-08T14:26:44Z", "last_health_check_status": "unknown" } ] diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml index a37e151f50..f02d158b0f 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265480Z","updated_at":"2023-12-14T15:09:36.884265480Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409641920Z", "updated_at":"2025-01-08T14:19:12.409641920Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265480Z","updated_at":"2023-12-14T15:09:36.884265480Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409641920Z", "updated_at":"2025-01-08T14:19:12.409641920Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "867" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:37 GMT + - Wed, 08 Jan 2025 14:19:12 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b9179c3-aae4-4ec9-99be-584c2bedfc96 + - 78526759-9af5-4f77-8b72-eddee9c97893 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:36.884265Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.409642Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:36.884265Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.409642Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "861" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:37 GMT + - Wed, 08 Jan 2025 14:19:12 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a904fc40-9c59-4848-a22f-83529ed3d920 + - 26d96d11-90bf-4865-bdb3-976d9602e935 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.689132Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:12.689132Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:39 GMT + - Wed, 08 Jan 2025 14:19:14 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f380890-3a8d-4509-960e-a8283a7c1bc7 + - 8b678d80-6924-489d-9c4d-8b50ae003a94 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"unknown","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:37.115625Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:37.126621Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:41 GMT + - Wed, 08 Jan 2025 14:19:16 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,31 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c9f3bd9-f009-45dd-9bf0-8d9cdf876df6 + - 7176f362-ddf2-4c26-a339-daeb9680db24 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.080061Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "name":"cli-pn-youthful-wozniak", + "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "subnets":[{"id":"820eac9d-40f3-46af-b928-7259262f01af", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"172.16.80.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}, + {"id":"d71169bd-2655-48a0-8271-1dbb0708b52e", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"fd46:78ab:30b8:f5c2::/64", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", + "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19", + "dhcp_enabled":true, "region":"fr-par"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks + method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.080061Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "name":"cli-pn-youthful-wozniak", + "tags":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "subnets":[{"id":"820eac9d-40f3-46af-b928-7259262f01af", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"172.16.80.0/22", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}, + {"id":"d71169bd-2655-48a0-8271-1dbb0708b52e", "created_at":"2025-01-08T14:19:16.840813Z", + "updated_at":"2025-01-08T14:19:16.840813Z", "subnet":"fd46:78ab:30b8:f5c2::/64", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", + "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19"}], "vpc_id":"086a5171-f7ab-4667-a231-840a81203f19", + "dhcp_enabled":true, "region":"fr-par"}' headers: Content-Length: - - "1060" + - "1050" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:43 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -159,31 +261,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f6833fb-3d6b-4bcf-913e-8bb5ff83ad2c + - 57637ad0-531f-4cdb-a49c-bf5dd13c154f status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641852987Z", "updated_at":"2025-01-08T14:19:17.641852987Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7/attach + method: POST response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641852987Z", "updated_at":"2025-01-08T14:19:17.641852987Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}' headers: Content-Length: - - "1057" + - "1327" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:45 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -191,33 +323,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90d541dc-969b-43fd-9224-b52c2d5508b6 + - 7ee4c634-e6e6-48b7-bf13-399caa020b82 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","name":"cli-pn-optimistic-gould","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"a5f1ddd4-4482-4a83-af95-6b2f1a8eee10","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"172.16.28.0/22"},{"id":"692c4336-626f-4fad-a3d8-776666edf223","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"fd46:78ab:30b8:637::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' + body: '{"private_network":[{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641853Z", "updated_at":"2025-01-08T14:19:17.641853Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}], "total_count":1}' form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks?order_by=created_at_asc&page=1 + method: GET response: - body: '{"id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","name":"cli-pn-optimistic-gould","tags":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","subnets":[{"id":"a5f1ddd4-4482-4a83-af95-6b2f1a8eee10","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"172.16.28.0/22"},{"id":"692c4336-626f-4fad-a3d8-776666edf223","created_at":"2023-12-14T15:09:45.450677Z","updated_at":"2023-12-14T15:09:45.450677Z","subnet":"fd46:78ab:30b8:637::/64"}],"vpc_id":"086a5171-f7ab-4667-a231-840a81203f19","dhcp_enabled":true,"region":"fr-par"}' + body: '{"private_network":[{"lb":{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + "private_network_id":"f6dd3849-441c-4dae-988a-93a673ad72d7", "status":"pending", + "created_at":"2025-01-08T14:19:17.641853Z", "updated_at":"2025-01-08T14:19:17.641853Z", + "dhcp_config":{"ip_id":null}, "ipam_ids":[]}], "total_count":1}' headers: Content-Length: - - "706" + - "1154" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:17 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -225,33 +379,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8f9e299-aec0-489d-a617-4c3dd0d7b316 + - 30516fc1-cb44-4ffd-b8fa-fefea817dbed status: 200 OK code: 200 duration: "" - request: - body: '{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926458Z","updated_at":"2023-12-14T15:09:46.669926458Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}' + body: "" form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a/attach + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7/detach method: POST response: - body: '{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926458Z","updated_at":"2023-12-14T15:09:46.669926458Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}' + body: "" headers: - Content-Length: - - "1278" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -259,31 +411,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f032030-778b-4af1-bac4-7818398b1f7f - status: 200 OK - code: 200 + - 46695637-fe74-4df4-a089-518e12273dd5 + status: 204 No Content + code: 204 duration: "" - request: - body: '{"private_network":[{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926Z","updated_at":"2023-12-14T15:09:46.669926Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}],"total_count":1}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks?order_by=created_at_asc&page=1 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"private_network":[{"lb":{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"ready","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:43.392436Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"},"private_network_id":"4838d344-a416-4e7d-9b9f-faa1ea5deb7a","status":"pending","created_at":"2023-12-14T15:09:46.669926Z","updated_at":"2023-12-14T15:09:46.669926Z","dhcp_config":{"ip_id":null},"ipam_ids":[]}],"total_count":1}' + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:15.678404Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1110" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:46 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,7 +465,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cbbb6d5b-7e2e-4cf0-b0da-22075c3e8b55 + - 584b06c7-ade2-4de5-a219-db68be2c4787 status: 200 OK code: 200 duration: "" @@ -299,12 +473,10 @@ interactions: body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a/detach - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef?release_ip=false + method: DELETE response: body: "" headers: @@ -313,9 +485,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -323,29 +495,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49f8fe90-85ba-4fec-96ef-3f61e4718e56 + - c80c1568-d165-4f7b-8677-658334446b80 status: 204 No Content code: 204 duration: "" - request: - body: "" + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:18.294017Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef + method: GET response: - body: "" + body: '{"id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"58eb3094-b4cb-47a7-ad60-e1742f532500", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:32:27.687819Z", + "updated_at":"2025-01-08T14:19:14.472114Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:12.409642Z", "updated_at":"2025-01-08T14:19:18.294017Z", + "private_network_count":1, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: + Content-Length: + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:18 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -353,31 +549,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 171db498-ac35-4db4-aa7f-ada34b3ebd93 - status: 204 No Content - code: 204 + - 85e101ce-42e6-4316-97e7-963d4cdf4b74 + status: 200 OK + code: 200 duration: "" - request: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:47.200959Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/3268271a-bb6c-4fb7-bc26-3b382754a77f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/7a0c3a08-e13a-46f8-b0a2-1423625bb0ef method: GET response: - body: '{"id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"44e6c760-30e0-4109-a74c-614f8ea86021","status":"ready","ip_address":"","created_at":"2023-12-14T15:08:30.950784Z","updated_at":"2023-12-14T15:09:42.120702Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b39ac506-623f-4455-9a3e-a8333a4e35c6","ip_address":"51.158.58.126","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"3268271a-bb6c-4fb7-bc26-3b382754a77f","reverse":"51-158-58-126.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2023-12-14T15:09:36.884265Z","updated_at":"2023-12-14T15:09:47.200959Z","private_network_count":1,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "1061" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:47 GMT + - Wed, 08 Jan 2025 14:19:20 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -385,17 +581,47 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 808d7b44-70b0-4beb-ae27-3c5ace30f735 - status: 200 OK - code: 200 + - 4072e270-ac9a-4ebf-9a04-abaebe13342a + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/f6dd3849-441c-4dae-988a-93a673ad72d7 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:20:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d320150d-4add-427c-88ef-81b83b117ed8 + status: 204 No Content + code: 204 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.21.3; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/vpc/v2/regions/fr-par/private-networks/4838d344-a416-4e7d-9b9f-faa1ea5deb7a + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db method: DELETE response: body: "" @@ -405,9 +631,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 14 Dec 2023 15:09:58 GMT + - Wed, 08 Jan 2025 14:20:22 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -415,7 +641,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9cd270f-e965-46b7-b287-e3f592268401 + - e4c0fd48-ae1c-455c-a158-6d74b225a31a status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden index c1caabb65d..bb47bc4530 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-private-network-simple.golden @@ -1,12 +1,12 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID STATUS CREATED AT UPDATED AT -[] - - 4838d344-a416-4e7d-9b9f-faa1ea5deb7a pending few seconds ago few seconds ago +[] - - f6dd3849-441c-4dae-988a-93a673ad72d7 pending few seconds ago few seconds ago 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { "lb": { - "id": "3268271a-bb6c-4fb7-bc26-3b382754a77f", + "id": "7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", "name": "cli-test", "description": "cli-test", "status": "ready", @@ -15,13 +15,13 @@ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "b39ac506-623f-4455-9a3e-a8333a4e35c6", - "ip_address": "51.158.58.126", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "3268271a-bb6c-4fb7-bc26-3b382754a77f", - "reverse": "51-158-58-126.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "7a0c3a08-e13a-46f8-b0a2-1423625bb0ef", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } @@ -41,7 +41,7 @@ IPAM IDS DHCP CONFIG IPID STATIC CONFIG IP ADDRESS PRIVATE NETWORK ID }, "ipam_ids": [], "dhcp_config": {}, - "private_network_id": "4838d344-a416-4e7d-9b9f-faa1ea5deb7a", + "private_network_id": "f6dd3849-441c-4dae-988a-93a673ad72d7", "status": "pending", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml index 5273808c9e..adadb5fcd3 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","name":"cli-test","description":"cli-test","ip_id":null,"tags":null,"type":"LB-S","ssl_compatibility_level":"ssl_compatibility_level_unknown"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120665579Z", "updated_at":"2025-01-08T14:19:05.120665579Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544462Z","updated_at":"2022-12-14T08:47:37.099544462Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120665579Z", "updated_at":"2025-01-08T14:19:05.120665579Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "865" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:37 GMT + - Wed, 08 Jan 2025 14:19:05 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - da32433a-d98d-4ab6-b9af-01af6aee7523 + - 0879ff3e-9e75-4ff4-b3e2-5faa20457926 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.120666Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_create","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"unknown","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.395236Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:37.099544Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", + "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.120666Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1072" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:37 GMT + - Wed, 08 Jan 2025 14:19:05 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a94e969e-9140-4884-8b5e-c02f34c885eb + - 97f3ce83-1233-4df9-bcc0-e1aca460996b status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.393869Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:38.372107Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:05.393869Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1066" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:07 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,133 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 71e8337c-22a3-4878-9cf9-2fea5b395e6c + - 29f0de16-4df2-4d7f-9cc1-9e7183487e1d status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 14eea0c3-b1d1-4529-86c8-72f26aaa469e + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"lbs":[{"id":"48bb4f85-f033-4195-a13e-866b20434d07", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"b52aa81d-6f28-4013-9ed8-0ebbfa420090", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T10:33:47.406283Z", + "updated_at":"2025-01-08T10:38:09.112989Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"797c2c68-cd6d-4ebd-bee5-763f4fb0c139", "ip_address":"51.158.56.76", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"48bb4f85-f033-4195-a13e-866b20434d07", "reverse":"51-158-56-76.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T10:38:07.220186Z", "updated_at":"2025-01-08T10:38:10.659985Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + {"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}], + "total_count":2}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs?order_by=created_at_asc&page=1 method: GET response: - body: '{"lbs":[{"id":"7dfe5933-71cc-4cea-8861-5ede3fd9266f","name":"lb-nice-antonelli","description":"","status":"ready","instances":[{"id":"4aba3847-5da8-49b4-ba91-26362f94da98","status":"ready","ip_address":"10.68.140.57","created_at":"2022-10-25T03:13:05.829591Z","updated_at":"2022-11-14T15:27:57.989526Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"4012ed0f-a193-4837-8edc-1fda409c22c4","ip_address":"51.159.206.29","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"7dfe5933-71cc-4cea-8861-5ede3fd9266f","reverse":"51-159-206-29.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":1,"backend_count":4,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-10-25T03:37:20.027025Z","updated_at":"2022-10-25T03:37:21.761002Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"},{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:38.372107Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}],"total_count":2}' + body: '{"lbs":[{"id":"48bb4f85-f033-4195-a13e-866b20434d07", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"b52aa81d-6f28-4013-9ed8-0ebbfa420090", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T10:33:47.406283Z", + "updated_at":"2025-01-08T10:38:09.112989Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"797c2c68-cd6d-4ebd-bee5-763f4fb0c139", "ip_address":"51.158.56.76", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"48bb4f85-f033-4195-a13e-866b20434d07", "reverse":"51-158-56-76.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T10:38:07.220186Z", "updated_at":"2025-01-08T10:38:10.659985Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, + {"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}], + "total_count":2}' headers: Content-Length: - - "2163" + - "2227" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,7 +287,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0dd2eb7f-3cd3-4b43-a5c1-0167d821eb7a + - 3a5b13c8-62ea-45db-8e66-26693b791fba + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:08.709063Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1100" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:09 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3bc1259f-d4f9-4e58-b477-5c3b78e4bf63 status: 200 OK code: 200 duration: "" @@ -136,8 +350,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423?release_ip=false method: DELETE response: body: "" @@ -147,9 +361,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,31 +371,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b35b609e-7e27-4b01-9edd-d1645e0e1cb4 + - 634bcaf6-d924-4c7c-8d93-ee9be719a937 status: 204 No Content code: 204 duration: "" - request: - body: "" + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:09.693376Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.19.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8896c755-f57f-4fb5-b5ae-fedd423afff8 + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 method: GET response: - body: '{"id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","name":"cli-test","description":"cli-test","status":"to_delete","instances":[{"id":"70f98fd7-c442-4bac-b794-feebf11712af","status":"ready","ip_address":"10.71.26.51","created_at":"2022-12-14T08:45:47.418062Z","updated_at":"2022-12-14T08:47:37.832946Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa","ip_address":"51.159.26.87","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"8896c755-f57f-4fb5-b5ae-fedd423afff8","reverse":"51-159-26-87.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2022-12-14T08:47:37.099544Z","updated_at":"2022-12-14T08:47:39.690646Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"366aad88-8a85-4672-8e99-aacd8f249423", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"6e0fd52c-d440-4abc-9708-c5950c535328", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:27.578577Z", + "updated_at":"2025-01-08T14:19:07.235293Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"366aad88-8a85-4672-8e99-aacd8f249423", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:19:05.120666Z", "updated_at":"2025-01-08T14:19:09.693376Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1070" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 14 Dec 2022 08:47:39 GMT + - Wed, 08 Jan 2025 14:19:09 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -189,7 +425,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72ecdbd3-50a1-4164-9c81-7bd6d9f4b8ba + - 309f3127-590b-486c-8c4e-0cd33b989812 status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/366aad88-8a85-4672-8e99-aacd8f249423 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 765c4a2b-965a-4f6a-949c-2a68538259aa + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:19:12 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2b9c30c8-14a6-45b3-b184-01498db2eebf + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden index 301a646731..d69627c56c 100644 --- a/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-list-lb-simple.golden @@ -1,20 +1,20 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID PROJECT ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL CREATED AT UPDATED AT PRIVATE NETWORK COUNT ROUTE COUNT REGION ZONE -7dfe5933-71cc-4cea-8861-5ede3fd9266f lb-nice-antonelli - ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 1 4 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 -8896c755-f57f-4fb5-b5ae-fedd423afff8 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 +ID NAME DESCRIPTION STATUS INSTANCES ORGANIZATION ID PROJECT ID IP TAGS FRONTEND COUNT BACKEND COUNT TYPE SSL COMPATIBILITY LEVEL CREATED AT UPDATED AT PRIVATE NETWORK COUNT ROUTE COUNT REGION ZONE +48bb4f85-f033-4195-a13e-866b20434d07 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 +366aad88-8a85-4672-8e99-aacd8f249423 cli-test cli-test ready 1 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 1 [] 0 0 lb-s ssl_compatibility_level_intermediate few seconds ago few seconds ago 0 0 fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 [ { - "id": "7dfe5933-71cc-4cea-8861-5ede3fd9266f", - "name": "lb-nice-antonelli", - "description": "", + "id": "48bb4f85-f033-4195-a13e-866b20434d07", + "name": "cli-test", + "description": "cli-test", "status": "ready", "instances": [ { - "id": "4aba3847-5da8-49b4-ba91-26362f94da98", + "id": "b52aa81d-6f28-4013-9ed8-0ebbfa420090", "status": "ready", - "ip_address": "10.68.140.57", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -25,20 +25,20 @@ ID NAME DESCRIPTION STATUS IN "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "4012ed0f-a193-4837-8edc-1fda409c22c4", - "ip_address": "51.159.206.29", + "id": "797c2c68-cd6d-4ebd-bee5-763f4fb0c139", + "ip_address": "51.158.56.76", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "7dfe5933-71cc-4cea-8861-5ede3fd9266f", - "reverse": "51-159-206-29.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "48bb4f85-f033-4195-a13e-866b20434d07", + "reverse": "51-158-56-76.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } ], "tags": [], - "frontend_count": 1, - "backend_count": 4, + "frontend_count": 0, + "backend_count": 0, "type": "lb-s", "subscriber": null, "ssl_compatibility_level": "ssl_compatibility_level_intermediate", @@ -50,15 +50,15 @@ ID NAME DESCRIPTION STATUS IN "zone": "fr-par-1" }, { - "id": "8896c755-f57f-4fb5-b5ae-fedd423afff8", + "id": "366aad88-8a85-4672-8e99-aacd8f249423", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "70f98fd7-c442-4bac-b794-feebf11712af", + "id": "6e0fd52c-d440-4abc-9708-c5950c535328", "status": "ready", - "ip_address": "10.71.26.51", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -69,13 +69,13 @@ ID NAME DESCRIPTION STATUS IN "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "b46bdae2-942d-42d1-a8d3-6cd3ef6a67aa", - "ip_address": "51.159.26.87", + "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", + "ip_address": "51.159.25.215", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "8896c755-f57f-4fb5-b5ae-fedd423afff8", - "reverse": "51-159-26-87.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "366aad88-8a85-4672-8e99-aacd8f249423", + "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml index a89a42a971..abd2e61212 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.cassette.yaml @@ -2,28 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490348Z","updated_at":"2024-04-11T06:52:02.591490348Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008778642Z", + "updated_at":"2025-01-08T14:26:03.008778642Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490348Z","updated_at":"2024-04-11T06:52:02.591490348Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008778642Z", + "updated_at":"2025-01-08T14:26:03.008778642Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "867" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:02 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,31 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b541df24-7f73-4db5-af43-a98037265b52 + - 8e1403c0-677a-4f76-8e34-2461deb34950 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008779Z", + "updated_at":"2025-01-08T14:26:03.008779Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:03.008779Z", + "updated_at":"2025-01-08T14:26:03.008779Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:03 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -63,31 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e83d7a4-2d86-491d-bb57-3d4082bb3056 + - 1966a8c0-1592-4e23-b44c-0bc55aa4bd76 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:03.323923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:03.330753Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:03.323923Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:03.330753Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:05 GMT + - Wed, 08 Jan 2025 14:26:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -95,31 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e05defb-93ab-4f68-9fe2-10a08ab1e9ba + - cad51467-fb5d-4c74-aeb6-1861997fc1a4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"unknown","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:02.928716Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1062" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:07 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -127,31 +207,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d79dccd-8813-41af-9679-880fcd7aa5d8 + - b781020e-f92d-489f-8daa-009e5a91f88b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:02.943159Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1060" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:09 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -159,31 +261,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ef6986e7-96d0-40af-a5ac-96b5e66da9eb + - 6280adbf-5366-4799-80d8-477ea22317cc status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips + method: POST response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1057" + - "352" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -191,31 +301,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 640ba4a2-3cc1-4968-b270-1e6595981cc8 + - 19f946d6-5258-402e-a402-08fc668d222b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: + Content-Type: + - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/5d07b69a-d5e3-42ec-afdf-a3899eee67a2 + method: PATCH response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", "ip_address":"2001:bc8:710:2402::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1057" + - "386" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -223,33 +341,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b1166b2d-ea00-4b37-ac95-6ec80dbcef3b + - f79facff-25ae-4e3c-afc4-a6a1332e7e28 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips - method: POST + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: GET response: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:05.483947Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:06.856913Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "332" + - "1484" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -257,33 +403,63 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92173c87-7edb-4c56-8c58-eb51a54dc5fb + - 94900503-4632-4502-abaa-6374680e4c11 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903333Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/3760547c-eec8-4d90-af36-a898748a92c1 - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: PUT response: - body: '{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903333Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "366" + - "1496" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,31 +467,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f303e93-25ad-4e7d-813f-cb491dd79531 + - 0c300506-a7bb-46d9-86bc-bbfe60053755 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"ready","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:08.875298Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:10.234187Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"ready", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.087903Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.070335Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1424" + - "1493" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:11 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -323,33 +529,91 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 771ede28-4615-47f7-8f0e-d844b99e7e8c + - 015b84ff-6cd8-48ac-b561-daabfdddaa91 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101164Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" form: {} headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd?release_ip=false + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json + Date: + - Wed, 08 Jan 2025 14:26:08 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 77908347-19fe-4e70-ae53-9ef25084c8b3 + status: 204 No Content + code: 204 + duration: "" +- request: + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"to_delete", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.400170Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.367451Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da - method: PUT + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd + method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101164Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "name":"cli-test-update", + "description":"assigned", "status":"to_delete", "instances":[{"id":"c1891251-d799-4fec-b04c-4b3fbd663063", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:09.381651Z", + "updated_at":"2025-01-08T14:26:08.400170Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address":"2001:bc8:710:2402::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.008779Z", "updated_at":"2025-01-08T14:26:08.367451Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1436" + - "1495" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -357,31 +621,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f9c6f2d-3bab-488a-8152-df21567f4502 + - 641eae5c-91fd-427a-a2a7-3c8815cc5e8e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c14e0608-f8a2-46f5-9e8d-339028d116bd method: GET response: - body: '{"id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","name":"cli-test-update","description":"assigned","status":"ready","instances":[{"id":"3033d9ab-0107-45ab-a344-c155ad5d5cce","status":"pending","ip_address":"","created_at":"2024-04-11T06:47:31.263352Z","updated_at":"2024-04-11T06:52:11.970101Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"7df6fb3b-22af-4752-b24a-67dbb27c0c33","ip_address":"51.159.113.70","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"51-159-113-70.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3760547c-eec8-4d90-af36-a898748a92c1","ip_address":"2001:bc8:710:5a::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"d9a1d724-4c40-4e6d-88e2-52ae393bb8da","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:02.591490Z","updated_at":"2024-04-11T06:52:11.938153Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"message":"lbs not Found"}' headers: Content-Length: - - "1433" + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -389,17 +653,17 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d9669c6c-d691-4bea-bb42-b822d59276dc - status: 200 OK - code: 200 + - 37c9a9ea-ed8d-4af4-935e-3a6ae3808c3d + status: 404 Not Found + code: 404 duration: "" - request: body: "" form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d9a1d724-4c40-4e6d-88e2-52ae393bb8da?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 method: DELETE response: body: "" @@ -409,9 +673,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:12 GMT + - Wed, 08 Jan 2025 14:26:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -419,7 +683,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e5645db7-6dbe-4323-83a9-82a2596f015a + - 23686b9b-6fda-4171-83a7-64d044617f4a status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden index abdba592e0..d7b3b6a686 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6-assigned.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID d9a1d724-4c40-4e6d-88e2-52ae393bb8da +ID c14e0608-f8a2-46f5-9e8d-339028d116bd Name cli-test-update Description assigned Status ready @@ -18,22 +18,22 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -7df6fb3b-22af-4752-b24a-67dbb27c0c33 51.159.113.70 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 d9a1d724-4c40-4e6d-88e2-52ae393bb8da 51-159-113-70.lb.fr-par.scw.cloud - fr-par fr-par-1 -3760547c-eec8-4d90-af36-a898748a92c1 2001:bc8:710:5a:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 d9a1d724-4c40-4e6d-88e2-52ae393bb8da 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c14e0608-f8a2-46f5-9e8d-339028d116bd 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 +5d07b69a-d5e3-42ec-afdf-a3899eee67a2 2001:bc8:710:2402:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c14e0608-f8a2-46f5-9e8d-339028d116bd 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -3033d9ab-0107-45ab-a344-c155ad5d5cce pending - few seconds ago few seconds ago fr-par fr-par-1 +c1891251-d799-4fec-b04c-4b3fbd663063 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", + "id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", "name": "cli-test-update", "description": "assigned", "status": "ready", "instances": [ { - "id": "3033d9ab-0107-45ab-a344-c155ad5d5cce", + "id": "c1891251-d799-4fec-b04c-4b3fbd663063", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -46,24 +46,24 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "7df6fb3b-22af-4752-b24a-67dbb27c0c33", - "ip_address": "51.159.113.70", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", - "reverse": "51-159-113-70.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" }, { - "id": "3760547c-eec8-4d90-af36-a898748a92c1", - "ip_address": "2001:bc8:710:5a::", + "id": "5d07b69a-d5e3-42ec-afdf-a3899eee67a2", + "ip_address": "2001:bc8:710:2402::", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "d9a1d724-4c40-4e6d-88e2-52ae393bb8da", - "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.a.5.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c14e0608-f8a2-46f5-9e8d-339028d116bd", + "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.4.2.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml index 31f0359dc1..5252546c33 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.cassette.yaml @@ -2,28 +2,34 @@ version: 1 interactions: - request: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips method: POST response: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":null,"reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":null, "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "332" + - "351" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:18 GMT + - Wed, 08 Jan 2025 14:26:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -31,33 +37,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fcfcfbbf-9c07-41cf-a4ab-9accf3c6121b + - 66cdc1f9-7c41-4daa-b6e0-4e57da7239c9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652333Z","updated_at":"2024-04-11T06:52:18.989652333Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125336Z", "updated_at":"2025-01-08T14:26:03.051125336Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652333Z","updated_at":"2024-04-11T06:52:18.989652333Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125336Z", "updated_at":"2025-01-08T14:26:03.051125336Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "869" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:19 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -65,31 +89,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c91ff7b2-9fb0-42bb-b849-7aadd11429e0 + - 96dcd827-b269-41b0-aa64-9db74f3e177a status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:18.989652Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.051125Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"to_create","instances":[],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:18.989652Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.051125Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "863" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:19 GMT + - Wed, 08 Jan 2025 14:26:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -97,31 +139,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb0e1b04-cdb4-4385-9e87-377505032e14 + - c8fce75b-15e6-46ad-b1a8-d115d2f60012 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:03.389724Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.400068Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:03.389724Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:03.400068Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:21 GMT + - Wed, 08 Jan 2025 14:26:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -129,31 +193,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff2fdfe4-0857-4b40-9c6f-5987ec6e0789 + - e7fa99db-0711-44f4-9102-cf3f32cc6868 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:23 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -161,31 +247,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6f9c0bab-e1eb-42a6-9cf1-b3c90225b594 + - 4572da4a-7374-4e84-9c13-056075db44fe status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1064" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:25 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -193,127 +301,39 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54e7061f-8c3c-401c-aba9-4779a31fca09 + - 3858aeb6-30d0-410a-80ca-1e0b3a23e442 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 11 Apr 2024 06:52:27 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dc5250b7-30d0-4e19-a6c1-d11f83ddec44 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Thu, 11 Apr 2024 06:52:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 612ec1c2-5383-4dff-a2f2-40ed894c8b8f - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET - response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"creating","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"unknown","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:19.261131Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:19.274224Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - headers: - Content-Length: - - "1064" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json - Date: - - Thu, 11 Apr 2024 06:52:31 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 607e5c75-0e71-4cd8-be6b-0d35e39dcd4d - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' - form: {} - headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: GET + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/5a14c2a1-c949-4336-bc7f-bbde7aa35abd + method: PATCH response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", "ip_address":"2001:bc8:710:1bc::", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1059" + - "385" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:33 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -321,31 +341,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e64c2006-644c-4095-8201-ba7603282cc8 + - d755e609-f8ab-466a-aedb-01b5d0550981 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:05.497802Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:06.841330Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1059" + - "1489" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:33 GMT + - Wed, 08 Jan 2025 14:26:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -353,33 +403,63 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe83a95f-3100-4738-979e-594b738658c4 + - 5c9e470f-6bb7-47dc-9a92-b96210e10d12 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083286Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/3c04f2ae-e1ee-490f-ba03-1666e1048368 - method: PATCH + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb + method: PUT response: - body: '{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083286Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "366" + - "1498" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -387,31 +467,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41b07c55-9866-4068-bf97-3c3a59de5fb2 + - 5c1d6a8d-5857-4514-bcb4-08b6c34ea2e9 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test","description":"cli-test","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"ready","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:31.827439Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:33.075713Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"ready", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.073083Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.054140Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1426" + - "1495" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -419,33 +529,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a65e70d-661d-4e73-b90b-7a15c60432e4 + - 51811ed6-d1a8-4afe-814e-1a4fc1a4b83e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268707698Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" form: {} headers: - Content-Type: - - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f - method: PUT + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb?release_ip=false + method: DELETE response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268707698Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: "" headers: - Content-Length: - - "1435" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -453,31 +559,61 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 145a2d12-fbbe-4879-8baa-56bd98ef4c33 - status: 200 OK - code: 200 + - 1dbf445e-a198-475e-9434-50e9d1609f5d + status: 204 No Content + code: 204 duration: "" - request: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268708Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"to_delete", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.409541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.349427Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb method: GET response: - body: '{"id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","name":"cli-test-update","description":"ip-id","status":"ready","instances":[{"id":"22f9dfd8-f555-47a2-9d2d-063e91b61317","status":"pending","ip_address":"","created_at":"2024-04-11T06:39:21.140247Z","updated_at":"2024-04-11T06:52:34.268708Z","region":"fr-par","zone":"fr-par-1"}],"organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","ip":[{"id":"83950e36-005e-47ba-9c35-5b777482d229","ip_address":"195.154.74.212","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"195-154-74-212.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"},{"id":"3c04f2ae-e1ee-490f-ba03-1666e1048368","ip_address":"2001:bc8:710:35::","organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5","lb_id":"e79afb45-bf1c-41b8-8816-d8af4f27373f","reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud","region":"fr-par","zone":"fr-par-1"}],"tags":[],"frontend_count":0,"backend_count":0,"type":"lb-s","subscriber":null,"ssl_compatibility_level":"ssl_compatibility_level_intermediate","created_at":"2024-04-11T06:52:18.989652Z","updated_at":"2024-04-11T06:52:34.238168Z","private_network_count":0,"route_count":0,"region":"fr-par","zone":"fr-par-1"}' + body: '{"id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name":"cli-test-update", + "description":"ip-id", "status":"to_delete", "instances":[{"id":"461bcd1c-15a5-4627-b017-c9bb611287a2", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:23:14.367897Z", + "updated_at":"2025-01-08T14:26:08.409541Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}, {"id":"5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address":"2001:bc8:710:1bc::", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse":"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:03.051125Z", "updated_at":"2025-01-08T14:26:08.349427Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1432" + - "1497" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -485,29 +621,31 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e50c813-973c-42d8-8ded-ab12d61b2bb6 + - 5dcb2c9a-f5f5-4b80-8519-879ded6543c5 status: 200 OK code: 200 duration: "" - request: - body: "" + body: '{"message":"lbs not Found"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.22.1; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/e79afb45-bf1c-41b8-8816-d8af4f27373f?release_ip=false - method: DELETE + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/c77bc49f-ec88-4f30-b491-2e8f183f3feb + method: GET response: - body: "" + body: '{"message":"lbs not Found"}' headers: + Content-Length: + - "27" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 11 Apr 2024 06:52:34 GMT + - Wed, 08 Jan 2025 14:26:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -515,7 +653,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32f3766d-4acc-4f1e-8258-f74f5c2becbb - status: 204 No Content - code: 204 + - 7c24f030-ad43-4c63-ac76-560cf21c0bcb + status: 404 Not Found + code: 404 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden index 6ad743814c..fdbe53cfac 100644 --- a/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden +++ b/internal/namespaces/lb/v1/testdata/test-update-lb-ipv6ipid.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID e79afb45-bf1c-41b8-8816-d8af4f27373f +ID c77bc49f-ec88-4f30-b491-2e8f183f3feb Name cli-test-update Description ip-id Status ready @@ -18,22 +18,22 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -83950e36-005e-47ba-9c35-5b777482d229 195.154.74.212 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e79afb45-bf1c-41b8-8816-d8af4f27373f 195-154-74-212.lb.fr-par.scw.cloud - fr-par fr-par-1 -3c04f2ae-e1ee-490f-ba03-1666e1048368 2001:bc8:710:35:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 e79afb45-bf1c-41b8-8816-d8af4f27373f 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +6996152a-3714-4597-bbb1-6344a16e86e4 51.159.206.195 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c77bc49f-ec88-4f30-b491-2e8f183f3feb 51-159-206-195.lb.fr-par.scw.cloud [] fr-par fr-par-1 +5a14c2a1-c949-4336-bc7f-bbde7aa35abd 2001:bc8:710:1bc:: 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 c77bc49f-ec88-4f30-b491-2e8f183f3feb 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -22f9dfd8-f555-47a2-9d2d-063e91b61317 pending - few seconds ago few seconds ago fr-par fr-par-1 +461bcd1c-15a5-4627-b017-c9bb611287a2 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", + "id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", "name": "cli-test-update", "description": "ip-id", "status": "ready", "instances": [ { - "id": "22f9dfd8-f555-47a2-9d2d-063e91b61317", + "id": "461bcd1c-15a5-4627-b017-c9bb611287a2", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -46,24 +46,24 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "83950e36-005e-47ba-9c35-5b777482d229", - "ip_address": "195.154.74.212", + "id": "6996152a-3714-4597-bbb1-6344a16e86e4", + "ip_address": "51.159.206.195", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", - "reverse": "195-154-74-212.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse": "51-159-206-195.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" }, { - "id": "3c04f2ae-e1ee-490f-ba03-1666e1048368", - "ip_address": "2001:bc8:710:35::", + "id": "5a14c2a1-c949-4336-bc7f-bbde7aa35abd", + "ip_address": "2001:bc8:710:1bc::", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "e79afb45-bf1c-41b8-8816-d8af4f27373f", - "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.5.3.0.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "c77bc49f-ec88-4f30-b491-2e8f183f3feb", + "reverse": "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.c.b.1.0.0.1.7.0.8.c.b.0.1.0.0.2.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml index b22c4803df..dac989a8b5 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.cassette.yaml @@ -2,46 +2,46 @@ version: 1 interactions: - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704696967Z", - "updated_at":"2023-07-06T12:47:43.704696967Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361225Z", + "updated_at":"2025-01-08T14:26:19.520361225Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: - application/json User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704696967Z", - "updated_at":"2023-07-06T12:47:43.704696967Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361225Z", + "updated_at":"2025-01-08T14:26:19.520361225Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "893" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:43 GMT + - Wed, 08 Jan 2025 14:26:19 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c55ede8-94ef-42d1-92cc-d46a590bd7c0 + - 3c573adc-9c7b-4067-81f6-b2c516907fea status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704697Z", - "updated_at":"2023-07-06T12:47:43.704697Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361Z", + "updated_at":"2025-01-08T14:26:19.520361Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", - "ip_address":"195.154.71.18", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse":"195-154-71-18.lb.fr-par.scw.cloud", "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2023-07-06T12:47:43.704697Z", - "updated_at":"2023-07-06T12:47:43.704697Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:19.520361Z", + "updated_at":"2025-01-08T14:26:19.520361Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "887" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:43 GMT + - Wed, 08 Jan 2025 14:26:19 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 353eb988-bac2-4a54-b31d-9839b3fed386 + - 931cbfca-d2d2-4f67-96a6-518e660e4661 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.718239Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:19.781551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.718239Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:19.781551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:45 GMT + - Wed, 08 Jan 2025 14:26:21 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,107 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4da7e3c8-4a47-4c17-841d-dafc8328e078 + - 087176e2-f4d3-4a98-9c4c-14409b175349 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.966198Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:45.966198Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:23 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5687b948-bc7d-41dc-b1ed-6f1951bacac2 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 + method: GET + response: + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:23.121411Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + headers: + Content-Length: + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:23 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +261,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4ae736d-bf48-47d5-9abb-20b1301d9c6b + - 1c77bcab-0893-41c6-ac8b-44651793e256 status: 200 OK code: 200 duration: "" @@ -216,8 +270,8 @@ interactions: form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd?release_ip=false + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4?release_ip=false method: DELETE response: body: "" @@ -227,9 +281,9 @@ interactions: Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:24 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -237,53 +291,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fef4048-c6e6-4d7f-aa16-8d06b5ebd2aa + - 8dcef67b-208e-4b84-adc4-b3eed59fc515 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:48.169809Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:24.052415Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.20.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/cebb00bd-39b5-436b-84cd-bcb3b13eacbd + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 method: GET response: - body: '{"id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", - "status":"ready", "ip_address":"10.70.50.51", "created_at":"2023-07-06T09:31:35.041697Z", - "updated_at":"2023-07-06T12:47:44.949327Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"98aece65-9338-4c92-b1f4-dcc640a50af9", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:32.107234Z", + "updated_at":"2025-01-08T14:26:21.732395Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"11e22061-70e5-4f39-916a-1e298215d899", "ip_address":"195.154.71.18", + "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"cebb00bd-39b5-436b-84cd-bcb3b13eacbd", "reverse":"195-154-71-18.lb.fr-par.scw.cloud", - "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, - "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2023-07-06T12:47:43.704697Z", "updated_at":"2023-07-06T12:47:48.169809Z", + "lb_id":"8f40b2d2-8c4c-4628-892d-1cd2899039a4", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, + "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:26:19.520361Z", "updated_at":"2025-01-08T14:26:24.052415Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Thu, 06 Jul 2023 12:47:48 GMT + - Wed, 08 Jan 2025 14:26:24 GMT Server: - - Scaleway API-Gateway + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -291,7 +345,69 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d00204e0-b1f4-4c75-98fd-ef9259fed314 + - dc5b45b9-220b-403b-bc64-0380892c7ecc status: 200 OK code: 200 duration: "" +- request: + body: '{"message":"lbs not Found"}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/8f40b2d2-8c4c-4628-892d-1cd2899039a4 + method: GET + response: + body: '{"message":"lbs not Found"}' + headers: + Content-Length: + - "27" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - edc76fec-4d65-45a4-bfc2-d5002d397dac + status: 404 Not Found + code: 404 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + method: DELETE + response: + body: "" + headers: + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:26:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2720af62-a878-45cf-98c3-a4b3885f7780 + status: 204 No Content + code: 204 + duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden index 00a34f8bf5..e228280e8a 100644 --- a/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-wait-lb-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID cebb00bd-39b5-436b-84cd-bcb3b13eacbd +ID 8f40b2d2-8c4c-4628-892d-1cd2899039a4 Name cli-test Description cli-test Status ready @@ -18,23 +18,23 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -11e22061-70e5-4f39-916a-1e298215d899 195.154.71.18 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 cebb00bd-39b5-436b-84cd-bcb3b13eacbd 195-154-71-18.lb.fr-par.scw.cloud - fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 8f40b2d2-8c4c-4628-892d-1cd2899039a4 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: -ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -6a2e76a9-3801-4ac2-9b4c-ecbec83f6040 ready 10.70.50.51 few seconds ago few seconds ago fr-par fr-par-1 +ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE +98aece65-9338-4c92-b1f4-dcc640a50af9 ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "cebb00bd-39b5-436b-84cd-bcb3b13eacbd", + "id": "8f40b2d2-8c4c-4628-892d-1cd2899039a4", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "6a2e76a9-3801-4ac2-9b4c-ecbec83f6040", + "id": "98aece65-9338-4c92-b1f4-dcc640a50af9", "status": "ready", - "ip_address": "10.70.50.51", + "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", "updated_at": "1970-01-01T00:00:00.0Z", "region": "fr-par", @@ -45,13 +45,13 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "11e22061-70e5-4f39-916a-1e298215d899", - "ip_address": "195.154.71.18", + "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", + "ip_address": "51.159.24.8", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "cebb00bd-39b5-436b-84cd-bcb3b13eacbd", - "reverse": "195-154-71-18.lb.fr-par.scw.cloud", - "tags": null, + "lb_id": "8f40b2d2-8c4c-4628-892d-1cd2899039a4", + "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "tags": [], "region": "fr-par", "zone": "fr-par-1" } From b409e572d6e41231eebd7b484ff861ce973fe8e2 Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Wed, 8 Jan 2025 16:01:55 +0100 Subject: [PATCH 3/5] update cassettes --- .../test-all-usage-lblb-delete-usage.golden | 1 + ...s-with-instance-id-public-ip.cassette.yaml | 2016 +++++++-------- ...-servers-with-instance-id-public-ip.golden | 28 +- ...end-servers-with-instance-id.cassette.yaml | 2098 +++++++--------- ...dd-backend-servers-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 2172 +++++++---------- ...servers-with-instance-tag-public-ip.golden | 30 +- ...nd-servers-with-instance-tag.cassette.yaml | 2048 +++++++--------- ...d-backend-servers-with-instance-tag.golden | 6 +- ...d-with-instance-id-public-ip.cassette.yaml | 1734 +++++++------ ...-backend-with-instance-id-public-ip.golden | 28 +- ...ate-backend-with-instance-id.cassette.yaml | 1664 ++++++------- ...est-create-backend-with-instance-id.golden | 6 +- ...-with-instance-tag-public-ip.cassette.yaml | 1824 +++++++------- ...backend-with-instance-tag-public-ip.golden | 22 +- ...te-backend-with-instance-tag.cassette.yaml | 1916 +++++++-------- ...st-create-backend-with-instance-tag.golden | 6 +- .../test-get-frontend-simple.cassette.yaml | 668 ++--- .../testdata/test-get-frontend-simple.golden | 40 +- 19 files changed, 7582 insertions(+), 8731 deletions(-) diff --git a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden index edfada58b6..bc4f5bac37 100644 --- a/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden +++ b/cmd/scw/testdata/test-all-usage-lblb-delete-usage.golden @@ -12,6 +12,7 @@ ARGS: FLAGS: -h, --help help for delete + -w, --wait wait until the lb is ready GLOBAL FLAGS: -c, --config string The path to the config file diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml index 84cca2f60c..a1db1d64df 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.cassette.yaml @@ -2,16 +2,16 @@ version: 1 interactions: - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a80278de-ce52-4d38-8094-47122e017553", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:56:38.276213917Z", + "updated_at":"2025-01-08T14:56:38.276213917Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219373Z", "updated_at":"2025-01-08T14:23:06.926219373Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a80278de-ce52-4d38-8094-47122e017553", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:56:38.276213917Z", + "updated_at":"2025-01-08T14:56:38.276213917Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "906" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 580ac417-c04a-419a-bc89-80bb8d3bc443 + - 7a470f25-52e0-4a4d-921f-409e8aaa0b10 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a80278de-ce52-4d38-8094-47122e017553", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:56:38.276214Z", + "updated_at":"2025-01-08T14:56:38.276214Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:06.926219Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a80278de-ce52-4d38-8094-47122e017553", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:56:38.276214Z", + "updated_at":"2025-01-08T14:56:38.276214Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f70c818-65b3-4417-b91d-9497da5ceb88 + - 29badf80-b1c8-4440-989b-287e7284e41e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:56:40.505561Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:38.569646Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:07.236899Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:56:40.505561Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:07.244735Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:38.569646Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1107" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:09 GMT + - Wed, 08 Jan 2025 14:56:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe917e58-f36c-4f90-a140-803b976f678f + - c4cb4133-b002-4d8a-a5c2-bf3533611c23 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:56:40.505561Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:09.325918Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:56:40.505561Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f632f060-fcda-4f71-bf53-304e859c9780 + - e879dfbc-a136-4cc5-a5de-b3cbfae43112 status: 200 OK code: 200 duration: "" @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08598bed-0f71-463a-beb6-0105f082e62d + - be9c9579-3aa3-41df-aaf0-479dfda9f654 X-Total-Count: - "68" status: 200 OK @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77634480-e67c-452b-8416-ddaf90327503 + - f6a045a3-eb97-443a-a3b6-9987e16c8a5f X-Total-Count: - "68" status: 200 OK @@ -1547,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1557,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b23908ff-2785-4ca0-8bd9-6340bbeda262 + - bbc3322f-2436-42f1-98a9-c06da7b52192 status: 200 OK code: 200 duration: "" @@ -1591,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1601,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f881f96b-a826-4187-96fc-d48450832f7e + - a2fc7e6a-98da-4174-8a72-966f628177fe status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + body: '{"ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}}' form: {} headers: Content-Type: @@ -1619,10 +1619,10 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + body: '{"ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}}' headers: Content-Length: - "365" @@ -1631,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:14 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ca456f3e-9a61-4d00-b6ee-751d58d5e8aa + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/20a58673-cc58-43d5-93f9-25af6bc1ca3c Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1643,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc3f947a-c545-4234-ab32-074e811c4e91 + - 96f463ab-ba90-4d80-8f23-6b23fc2413b3 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, - "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, + "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], - "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], + "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": - "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.990105+00:00", "modification_date": + "2025-01-08T14:56:43.990105+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1687,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, - "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, + "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], - "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], + "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": - "2025-01-08T14:23:14.426493+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.990105+00:00", "modification_date": + "2025-01-08T14:56:43.990105+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2637" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:14 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1737,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6da44c1d-0d0f-4e5a-99ba-e5a17dd922e3 + - e9654b31-c386-4376-bd24-6df1d8a0f4c8 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", - "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": - "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "0a2fd6ed-e04b-494a-a2aa-bcc2c779b047", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/594a714e-cb8f-4751-99b3-02306f61b369/action", + "href_result": "/servers/594a714e-cb8f-4751-99b3-02306f61b369", "started_at": + "2025-01-08T14:56:44.615289+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1753,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369/action method: POST response: - body: '{"task": {"id": "8e91de5a-a78f-44a6-85b3-b895a3e65eee", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", - "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": - "2025-01-08T14:23:15.067811+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "0a2fd6ed-e04b-494a-a2aa-bcc2c779b047", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/594a714e-cb8f-4751-99b3-02306f61b369/action", + "href_result": "/servers/594a714e-cb8f-4751-99b3-02306f61b369", "started_at": + "2025-01-08T14:56:44.615289+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1769,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:14 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8e91de5a-a78f-44a6-85b3-b895a3e65eee + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0a2fd6ed-e04b-494a-a2aa-bcc2c779b047 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1781,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a24232fd-2b8c-456a-a9ed-2379c15e8e0d + - 1cc801b4-9d00-400c-9682-799b2051845a status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1820,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2659" + - "2674" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:15 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8d8093a7-f284-416f-a145-f5861d84b582 + - dfb887d5-12dc-46b7-b178-977c310bd1b9 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:20 GMT + - Wed, 08 Jan 2025 14:56:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a33f4d6f-1065-4c99-9856-402cc9c18cb0 + - 84e584c4-b78d-45d2-873b-01a7d13ea474 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.903722+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:44.440834+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2774" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:25 GMT + - Wed, 08 Jan 2025 14:56:54 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,93 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dd89da4a-134f-498b-894c-bce8cf78b519 + - 57974d9e-f660-4b24-a6eb-d84a330d1dee status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:30 GMT + - Wed, 08 Jan 2025 14:56:59 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2153,30 +2153,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 793dd05b-e5cb-4cce-82c1-90286262a314 + - 0a739c6f-61f6-4cbd-b3e2-66c84f3fc73b status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b69035cf-5865-4231-bf8c-91665ccb93bd", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"a80278de-ce52-4d38-8094-47122e017553", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.276745251Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", + "created_at":"2025-01-08T14:57:00.258580206Z", "updated_at":"2025-01-08T14:57:00.258580206Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2186,42 +2186,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553/backends method: POST response: - body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b69035cf-5865-4231-bf8c-91665ccb93bd", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:30.867012991Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"a80278de-ce52-4d38-8094-47122e017553", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.276745251Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:30.846172955Z", "updated_at":"2025-01-08T14:23:30.846172955Z", + "created_at":"2025-01-08T14:57:00.258580206Z", "updated_at":"2025-01-08T14:57:00.258580206Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1969" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2229,93 +2229,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ff3c947-97e1-48b9-a10b-a86bb4500381 + - 5e9bb0f8-4fd1-411d-8c10-280725ed8f97 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2323,30 +2323,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a6c3652-3d80-4b52-84cd-ed9a52e463a5 + - 327eda22-2ea3-4c04-b103-13ad7c8eab80 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b69035cf-5865-4231-bf8c-91665ccb93bd", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["212.47.240.49"], "lb":{"id":"a80278de-ce52-4d38-8094-47122e017553", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.664376061Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", + "created_at":"2025-01-08T14:57:00.258580Z", "updated_at":"2025-01-08T14:57:00.642572532Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2356,42 +2356,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/b750f771-b292-4d77-a8fb-719b6c829fd4/servers + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/b69035cf-5865-4231-bf8c-91665ccb93bd/servers method: POST response: - body: '{"id":"b750f771-b292-4d77-a8fb-719b6c829fd4", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b69035cf-5865-4231-bf8c-91665ccb93bd", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.141.108"], "lb":{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.236039932Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["212.47.240.49"], "lb":{"id":"a80278de-ce52-4d38-8094-47122e017553", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.664376061Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:30.846173Z", "updated_at":"2025-01-08T14:23:31.220597696Z", + "created_at":"2025-01-08T14:57:00.258580Z", "updated_at":"2025-01-08T14:57:00.642572532Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1981" + - "1975" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2399,53 +2399,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6675da4-ce3f-45b8-8024-db89b86157de + - 7ffd242f-7293-4696-81bf-146ab60973b7 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.664376Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.235964Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:00.664376Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:10.636687Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:56:41.818518Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2453,7 +2453,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 112e3d48-b0d7-4433-85a6-f01bc2df9692 + - 93d333de-3bd2-4aa7-a970-e97940470475 status: 200 OK code: 200 duration: "" @@ -2463,7 +2463,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553?release_ip=false method: DELETE response: body: "" @@ -2473,9 +2473,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2483,53 +2483,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9c9eb35-1048-4b87-aed5-d20edefc77b6 + - 83891d0d-1318-4193-a049-df9a9d9570c0 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:01.105268Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:57:01.053976Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: - body: '{"id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"f03d658e-af64-47ca-a9a3-b0c845d2c6b4", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:29.638438Z", - "updated_at":"2025-01-08T14:23:31.523467Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a80278de-ce52-4d38-8094-47122e017553", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"541c1042-cc76-4901-b8d3-4b23ba8845bb", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:10.155923Z", + "updated_at":"2025-01-08T14:57:01.105268Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"5eb96da4-5984-428b-8f0b-fae6057511c4", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"a80278de-ce52-4d38-8094-47122e017553", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926219Z", "updated_at":"2025-01-08T14:23:31.516435Z", + "created_at":"2025-01-08T14:56:38.276214Z", "updated_at":"2025-01-08T14:57:01.053976Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2537,7 +2537,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30019212-109a-4cee-b9da-2189b4645fdb + - 060eba5f-d302-4142-820f-ffa989d15861 status: 200 OK code: 200 duration: "" @@ -2547,7 +2547,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/5eb96da4-5984-428b-8f0b-fae6057511c4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a80278de-ce52-4d38-8094-47122e017553 method: GET response: body: '{"message":"lbs not Found"}' @@ -2559,9 +2559,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:33 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2569,93 +2569,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d26dd25c-3302-4d3f-99b3-b766e718cde4 + - 08dbdb92-3ae5-4de8-b3ee-daf4d3bd91b8 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:33 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2663,93 +2663,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1716e246-f415-4199-a7de-642c22cdf664 + - 68f1b8d7-3811-4bb6-9563-58bdafa2eaef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:26.405995+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:56.692962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2805" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:33 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2757,15 +2757,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f84c976-85bd-4da2-9aa5-0d1ad5c57105 + - 71928f42-e3d8-4531-a8a2-0b7ab4fea593 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", - "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": - "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "0bbffbb2-c751-404a-9681-15abdc8ea58c", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/594a714e-cb8f-4751-99b3-02306f61b369/action", + "href_result": "/servers/594a714e-cb8f-4751-99b3-02306f61b369", "started_at": + "2025-01-08T14:57:03.769661+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2773,13 +2773,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369/action method: POST response: - body: '{"task": {"id": "b44431be-84b7-45c0-bcfd-61acff2e694d", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893/action", - "href_result": "/servers/afa416bf-51b0-4d88-a7c9-072752d76893", "started_at": - "2025-01-08T14:23:34.316986+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "0bbffbb2-c751-404a-9681-15abdc8ea58c", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/594a714e-cb8f-4751-99b3-02306f61b369/action", + "href_result": "/servers/594a714e-cb8f-4751-99b3-02306f61b369", "started_at": + "2025-01-08T14:57:03.769661+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2789,11 +2789,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:33 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/b44431be-84b7-45c0-bcfd-61acff2e694d + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/0bbffbb2-c751-404a-9681-15abdc8ea58c Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2801,187 +2801,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ccb11d61-ef29-48ae-8089-44058a633c4d + - 6b2785c4-8426-44e5-b06e-c4e151a31f95 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 - method: GET - response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2749" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:23:34 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 8136415a-1898-4acc-9885-b419190a0fc6 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:39 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2989,93 +2895,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8ce63358-f1db-4b87-b1f9-3a07a9fa9558 + - 997b255d-9c0e-4ebc-8108-9d7ac08feb65 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:45 GMT + - Wed, 08 Jan 2025 14:57:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3083,93 +2989,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92df0f8e-7386-4a0a-98f9-c7c90b7531c5 + - a0acc8d7-e9cb-4520-9b9e-b70f20258e7c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:50 GMT + - Wed, 08 Jan 2025 14:57:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3177,93 +3083,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2bfa6d6-115c-468f-8abd-6642d17f0424 + - 23ec16da-9c3e-4c92-a014-030485e26199 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:55 GMT + - Wed, 08 Jan 2025 14:57:19 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3271,93 +3177,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f6d8a206-b52b-4409-9b1a-13763cb16c15 + - 063d8051-804a-4c38-bf37-c4ce28825730 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:00 GMT + - Wed, 08 Jan 2025 14:57:24 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3365,93 +3271,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b00123c-2f0d-4a4e-ad30-3915fda0713a + - 8c17a66f-cbec-4db2-95bf-6cacf6fe0fe7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:05 GMT + - Wed, 08 Jan 2025 14:57:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3459,93 +3365,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e07ed758-81a7-4c8f-b79a-685c2350a7b3 + - 31d66b71-40c5-416c-9065-e2fb6e771492 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:11 GMT + - Wed, 08 Jan 2025 14:57:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3553,93 +3459,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31226e46-9f4c-476a-9e77-68dc3b2c0676 + - b11cd1d4-3a7e-4562-9a7c-bbccd24cff77 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:16 GMT + - Wed, 08 Jan 2025 14:57:39 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3647,93 +3553,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0030e61-5fc8-4d58-a212-20ea969919a5 + - 689161f6-3433-47e1-b445-473276b18728 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:21 GMT + - Wed, 08 Jan 2025 14:57:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3741,93 +3647,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5795e3bb-966d-4a09-be88-78b1c933b546 + - d0d9fe08-4ff4-46f8-a536-9a4c1f32f4bd status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": + "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", + "address": "212.47.240.49", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", + "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:57:03.582202+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "1002", "node_id": "28"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2765" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:26 GMT + - Wed, 08 Jan 2025 14:57:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3835,93 +3741,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0f34cd10-88dc-4d4f-9897-68e842bce274 + - 4b1300c7-eaff-43b5-8592-5863265b8189 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, + "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], + "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.990105+00:00", "modification_date": + "2025-01-08T14:57:50.667163+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", + body: '{"server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-focused-davinci", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", + "volumes": {"0": {"boot": false, "id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "594a714e-cb8f-4751-99b3-02306f61b369", "name": "cli-srv-focused-davinci"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.990105+00:00", + "modification_date": "2025-01-08T14:56:43.990105+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}, + "public_ips": [{"id": "20a58673-cc58-43d5-93f9-25af6bc1ca3c", "address": "212.47.240.49", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "d1eff881-ff2a-4cfc-baaf-d69f8620eaee"}], + "mac_address": "de:00:00:8c:45:31", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.990105+00:00", "modification_date": + "2025-01-08T14:57:50.667163+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:32 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3929,93 +3831,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 831d4335-fa8d-476c-a722-99ab51604bfd + - 1e46fa89-c794-499d-9f2f-301fe65dc7ae status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/594a714e-cb8f-4751-99b3-02306f61b369 + method: DELETE response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": - "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", - "address": "51.15.141.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], "mac_address": "de:00:00:8c:43:67", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:34.128493+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "17", "hypervisor_id": "901", "node_id": "23"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" headers: - Content-Length: - - "2749" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:36 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4023,89 +3861,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79e8bfcb-69f4-45f1-8e36-7cbbb4a83520 - status: 200 OK - code: 200 + - 99a15275-cd1b-4e76-8b18-5c02b8bef776 + status: 204 No Content + code: 204 duration: "" - request: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, - "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], - "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": - "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.990105+00:00", "modification_date": "2025-01-08T14:57:55.369836+00:00", + "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f6473bfa-848b-4bdb-bc4b-11c8cb444041 method: GET response: - body: '{"server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "f6473bfa-848b-4bdb-bc4b-11c8cb444041", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-silly-bell", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "c5051ab9-4de9-466f-828f-0aabd38c9aa9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "afa416bf-51b0-4d88-a7c9-072752d76893", "name": "cli-srv-silly-bell"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:14.426493+00:00", - "modification_date": "2025-01-08T14:23:14.426493+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}, - "public_ips": [{"id": "ca456f3e-9a61-4d00-b6ee-751d58d5e8aa", "address": "51.15.141.108", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "94cd82a1-0914-4529-95b9-39884861c191"}], - "mac_address": "de:00:00:8c:43:67", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:14.426493+00:00", "modification_date": - "2025-01-08T14:24:39.001611+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.990105+00:00", "modification_date": "2025-01-08T14:57:55.369836+00:00", + "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2637" + - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:42 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4113,7 +3903,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ff7b998-3fdb-4d72-8006-759a87253006 + - 5db905ad-2578-4e7d-b8f3-cf27c831d91e status: 200 OK code: 200 duration: "" @@ -4123,37 +3913,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/afa416bf-51b0-4d88-a7c9-072752d76893 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:42 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b723b07d-008d-49e9-a15e-8b806a29e0cc - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/c5051ab9-4de9-466f-828f-0aabd38c9aa9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f6473bfa-848b-4bdb-bc4b-11c8cb444041 method: DELETE response: body: "" @@ -4163,9 +3923,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:42 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4173,7 +3933,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b224050f-bd3e-4a32-82f6-94d5628e195c + - 9da2af6a-5b2d-4897-b18d-3894fdd87c06 status: 204 No Content code: 204 duration: "" @@ -4183,7 +3943,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -4193,9 +3953,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:43 GMT + - Wed, 08 Jan 2025 14:57:56 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4203,7 +3963,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - beb34cc7-a2ca-40c8-9f11-f78636f577ff + - 63ffa0f3-2275-42b5-b0ff-17622b01714a status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden index 79a829a0cb..166dd5c734 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID b750f771-b292-4d77-a8fb-719b6c829fd4 +ID b69035cf-5865-4231-bf8c-91665ccb93bd Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,10 +26,10 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.15.141.108] +[212.47.240.49] Lb: -ID 5eb96da4-5984-428b-8f0b-fae6057511c4 +ID a80278de-ce52-4d38-8094-47122e017553 Name cli-test Description cli-test Status ready @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -6996152a-3714-4597-bbb1-6344a16e86e4 51.159.206.195 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 5eb96da4-5984-428b-8f0b-fae6057511c4 51-159-206-195.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 a80278de-ce52-4d38-8094-47122e017553 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -f03d658e-af64-47ca-a9a3-b0c845d2c6b4 pending - few seconds ago few seconds ago fr-par fr-par-1 +541c1042-cc76-4901-b8d3-4b23ba8845bb pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "b750f771-b292-4d77-a8fb-719b6c829fd4", + "id": "b69035cf-5865-4231-bf8c-91665ccb93bd", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ f03d658e-af64-47ca-a9a3-b0c845d2c6b4 pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.15.141.108" + "212.47.240.49" ], "lb": { - "id": "5eb96da4-5984-428b-8f0b-fae6057511c4", + "id": "a80278de-ce52-4d38-8094-47122e017553", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "f03d658e-af64-47ca-a9a3-b0c845d2c6b4", + "id": "541c1042-cc76-4901-b8d3-4b23ba8845bb", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -94,12 +94,12 @@ f03d658e-af64-47ca-a9a3-b0c845d2c6b4 pending - few seconds ago few "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address": "51.159.206.195", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "5eb96da4-5984-428b-8f0b-fae6057511c4", - "reverse": "51-159-206-195.lb.fr-par.scw.cloud", + "lb_id": "a80278de-ce52-4d38-8094-47122e017553", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml index 936aac26a2..1d2908085f 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.cassette.yaml @@ -2,16 +2,16 @@ version: 1 interactions: - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", - "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.275990457Z", "updated_at":"2025-01-08T14:56:38.275990457Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.922819526Z", - "updated_at":"2025-01-08T14:23:06.922819526Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.275990457Z", "updated_at":"2025-01-08T14:56:38.275990457Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 564f8933-74e3-418b-b637-5eecfb4075cd + - 39158391-02ab-402b-a2df-db7c8e950074 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:38.275990Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:07.183930Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:38.275990Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1ce32ea-d29e-4580-82f7-64a9c64269d1 + - 2a9e4740-a887-4486-8e30-0171cd958fec status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:56:40.472230Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:38.562064Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:56:40.472230Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:07.191675Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:38.562064Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1099" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:09 GMT + - Wed, 08 Jan 2025 14:56:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b34224ad-3de4-4dfc-956e-882ed4ded315 + - 203e8a24-c151-46ee-b400-b3b989fe40c8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:56:40.472230Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:08.731541Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:56:40.472230Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1096" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29d57410-db82-483a-aa78-0083345882ee + - 08866a57-ea88-4f6a-8618-7acf7de69e14 status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b95065ad-d94c-44c4-b753-c0c0c9364131 + - 1e987351-f925-4cee-b2b1-8cb5bd71a5c5 X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e18dd8c1-f092-41f6-a1ed-2769b1a2b79f + - fe1bf904-6d35-41d3-8f8d-0322491adfe8 X-Total-Count: - "68" status: 200 OK @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc33a70e-961b-4a14-b6a1-2cc27415207b + - a1dc8b36-6c95-4335-ae8a-0a71e8ccc053 status: 200 OK code: 200 duration: "" @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 562d67b4-296b-4f03-be7d-2972547632c3 + - 09f95115-9850-4014-b722-ed193e1fdf5d status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + body: '{"ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}}' form: {} headers: Content-Type: @@ -1623,23 +1619,23 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + body: '{"ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}}' headers: Content-Length: - - "366" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/87c0ba20-8af1-4281-bc0b-6553e4f46760 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/0ac59ebd-5f07-4234-9fe7-07e555e2629a Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 60e3db9d-d2a9-4bc3-84e7-acc41ecef3e4 + - 1faa6bc2-2d7b-4fbe-9781-22ce01246062 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, - "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, + "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], - "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], + "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": - "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.776237+00:00", "modification_date": + "2025-01-08T14:56:43.776237+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1691,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, - "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, + "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], - "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], + "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": - "2025-01-08T14:23:12.730070+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.776237+00:00", "modification_date": + "2025-01-08T14:56:43.776237+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2648" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:12 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b64736e-3bdf-4ea2-9e82-582ce4a0d84d + - 50a74587-e14d-4a56-89c9-15945f97b437 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", - "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": - "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "a6e2d20f-5d85-4e91-bb13-ac9fc3239331", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action", + "href_result": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a", "started_at": + "2025-01-08T14:56:44.471764+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1757,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action method: POST response: - body: '{"task": {"id": "58ef0250-d973-4552-971a-a74146c584d8", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", - "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": - "2025-01-08T14:23:13.547762+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "a6e2d20f-5d85-4e91-bb13-ac9fc3239331", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action", + "href_result": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a", "started_at": + "2025-01-08T14:56:44.471764+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1773,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/58ef0250-d973-4552-971a-a74146c584d8 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a6e2d20f-5d85-4e91-bb13-ac9fc3239331 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48899600-d48f-4732-bc9a-b6ae0c4bc24d + - 7aa48627-e9cb-4be8-9d99-6a8b2d7df105 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1824,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2670" + - "2674" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2bf8c34-d7ea-4a3d-b80c-15f3c9c29fe6 + - acb9f529-ed16-4e3e-a7ca-b454285dbf8f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2769" + - "2772" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:18 GMT + - Wed, 08 Jan 2025 14:56:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abd9a67d-7acd-473d-9bf1-2869a8c6fe35 + - 2cfc7490-fe13-48df-be1e-04524456ce1a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:13.337400+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2769" + - "2772" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:23 GMT + - Wed, 08 Jan 2025 14:56:54 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2059,187 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34be524b-aa28-4b0e-a8a3-9e5833e1e4ef + - 36f94dfc-8212-4efe-9616-83bf9a7fea49 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a + method: GET + response: + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:44.318830+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2772" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:56:59 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a944d5bf-ce15-4c74-ab62-f785a47717b5 + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2800" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:28 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,30 +2247,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8b5e87b-e433-4450-8811-b53ba45766b2 + - e09b02fc-f7cd-47f2-a838-9b08873a1eaf status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"62f86efd-01fd-4e2c-a338-6d059ab571ff", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.249639038Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", + "created_at":"2025-01-08T14:57:05.225824792Z", "updated_at":"2025-01-08T14:57:05.225824792Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2190,42 +2280,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5/backends method: POST response: - body: '{"id":"0eddfe9a-05d5-44af-9b2e-3f998fa16357", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"62f86efd-01fd-4e2c-a338-6d059ab571ff", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.246518495Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.249639038Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:29.214741830Z", "updated_at":"2025-01-08T14:23:29.214741830Z", + "created_at":"2025-01-08T14:57:05.225824792Z", "updated_at":"2025-01-08T14:57:05.225824792Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1963" + - "1967" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:29 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2233,93 +2323,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0353c5dc-2027-477f-96b7-4e5850bc8a72 + - 0fb828c0-15c1-4791-b768-e1ffe65f5050 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2800" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:29 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,53 +2417,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6cc27be9-7e41-45bd-8853-ab3d8a76f8e4 + - 41f0cbeb-5678-48b3-ba9e-4d242865ced3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.249639Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.249639Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:09.899074Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:56:41.735535Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1096" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:29 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2381,7 +2471,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3ce1876-2672-409b-a911-68377c3a6b38 + - ff75aa58-4c87-4b65-864a-7561ec15c10c status: 200 OK code: 200 duration: "" @@ -2391,7 +2481,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5?release_ip=false method: DELETE response: body: "" @@ -2401,9 +2491,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:29 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2411,53 +2501,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47183b02-1b84-4f5d-9539-65bd33227a94 + - bf61e678-1554-42c9-9ca4-eb180fd1bc44 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.548315Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:57:05.643995Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: - body: '{"id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"aa9a6761-94a0-4e2b-91cb-27251317dfba", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:33.807122Z", - "updated_at":"2025-01-08T14:23:29.551248Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"522e9163-d1f8-42a0-a2d2-a242030768fe", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:48:27.695490Z", + "updated_at":"2025-01-08T14:57:05.548315Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"4707d656-a2be-4cc8-8f00-34a532dbfa0a", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"a9cbe5b7-da28-44d4-9065-ea8dc243b9f5", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922820Z", "updated_at":"2025-01-08T14:23:29.672765Z", + "created_at":"2025-01-08T14:56:38.275990Z", "updated_at":"2025-01-08T14:57:05.643995Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:29 GMT + - Wed, 08 Jan 2025 14:57:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2465,7 +2555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f767f51a-6360-4f8c-99c8-b7bc99aba452 + - 5c9592b6-59d3-420e-b98c-43abf9854b1b status: 200 OK code: 200 duration: "" @@ -2475,7 +2565,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4707d656-a2be-4cc8-8f00-34a532dbfa0a + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/a9cbe5b7-da28-44d4-9065-ea8dc243b9f5 method: GET response: body: '{"message":"lbs not Found"}' @@ -2487,9 +2577,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:32 GMT + - Wed, 08 Jan 2025 14:57:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2497,93 +2587,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f96e218-55c7-4663-9938-fe6df12f3b96 + - 611dbe39-1d16-4640-80c6-d80a287a2a84 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2800" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:31 GMT + - Wed, 08 Jan 2025 14:57:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2591,93 +2681,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6bd10049-abc9-4389-980b-8e24c0a25733 + - 6b1ceadd-e23a-40eb-8999-87433106a195 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:28.765494+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:01.101531+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2800" + - "2803" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:32 GMT + - Wed, 08 Jan 2025 14:57:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2685,15 +2775,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e2f8c69-7ba5-47cd-88d5-988e31b47051 + - 2225e5a6-814e-482a-8f33-5c82ad00fba4 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", - "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": - "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "d352158b-f8e4-4faf-9a72-093c32a4cd39", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action", + "href_result": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a", "started_at": + "2025-01-08T14:57:08.593506+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2701,13 +2791,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action method: POST response: - body: '{"task": {"id": "5d263d94-2ffa-4e96-b0da-fd33d13164c1", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6/action", - "href_result": "/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "started_at": - "2025-01-08T14:23:32.416425+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "d352158b-f8e4-4faf-9a72-093c32a4cd39", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a/action", + "href_result": "/servers/bce30482-9aaf-42f7-822f-4e499caffd5a", "started_at": + "2025-01-08T14:57:08.593506+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2717,11 +2807,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:32 GMT + - Wed, 08 Jan 2025 14:57:08 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5d263d94-2ffa-4e96-b0da-fd33d13164c1 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/d352158b-f8e4-4faf-9a72-093c32a4cd39 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2729,281 +2819,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66d8aaea-a41f-4d85-9b37-7f7ad1958e4c + - 2aa3f21c-1b5d-4987-9fdc-aed879e1b0a8 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 - method: GET - response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:23:32 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - af851ee0-0ef6-427f-9d6f-d72817cdf878 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 - method: GET - response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2760" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:23:37 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d662e01d-c86a-42f9-81df-5eae0fa5a07b - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:42 GMT + - Wed, 08 Jan 2025 14:57:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3011,93 +2913,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a917b235-483c-4582-8a5c-e5f0a19d75ef + - 2b1704a0-1dbf-46ce-96bb-84f1523c5d67 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:48 GMT + - Wed, 08 Jan 2025 14:57:13 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3105,93 +3007,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 044ad62d-bbc7-40ac-be2e-564a1fd0b46f + - 454b3351-e588-42fb-aefc-6ce1f135aff4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:53 GMT + - Wed, 08 Jan 2025 14:57:18 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3199,93 +3101,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 514449d1-2345-44c9-b431-780e4bab80cb + - 10aaf709-af82-4561-888f-2a39be22c4d1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:58 GMT + - Wed, 08 Jan 2025 14:57:23 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3293,93 +3195,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f4b7da4-7c3c-4b60-8bf0-48defb32a02f + - 34297b83-a5d4-4a12-8a60-7809f39cfba9 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:04 GMT + - Wed, 08 Jan 2025 14:57:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3387,93 +3289,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5bfe1a47-c1ba-4bea-a2b2-89ee90f96d93 + - dac2c752-788e-49ab-bae5-34772a1920e3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:09 GMT + - Wed, 08 Jan 2025 14:57:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3481,93 +3383,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ffb42812-b5ff-43ff-9baf-8e5655283459 + - 63869894-b1a4-4ee5-80f9-2247f43e2eb6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:14 GMT + - Wed, 08 Jan 2025 14:57:39 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3575,93 +3477,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b9a777e7-ec98-484c-bcfa-688958f18b4e + - 7526a67a-ae99-4e36-b2ab-4cebe91c5b8a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:19 GMT + - Wed, 08 Jan 2025 14:57:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3669,93 +3571,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa480ac0-e205-4e8e-8035-17580693c05b + - 05da8b94-d42e-4c2a-b5d2-ed02b6b4d848 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": + "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", + "address": "51.158.106.78", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", + "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:57:08.446658+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": + "42", "hypervisor_id": "502", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2763" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:24 GMT + - Wed, 08 Jan 2025 14:57:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3763,93 +3665,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c4a4a4a5-79e5-4af3-8cc8-5c6588594b5b + - bb31c28a-cebf-4493-abb6-8645f59fa86c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, + "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], + "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.776237+00:00", "modification_date": + "2025-01-08T14:57:50.380709+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", + body: '{"server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-loving-poincare", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", + "volumes": {"0": {"boot": false, "id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "bce30482-9aaf-42f7-822f-4e499caffd5a", "name": "cli-srv-loving-poincare"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.776237+00:00", + "modification_date": "2025-01-08T14:56:43.776237+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}, + "public_ips": [{"id": "0ac59ebd-5f07-4234-9fe7-07e555e2629a", "address": "51.158.106.78", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1a28a006-f8ec-4f22-99eb-98be8d21ff61"}], + "mac_address": "de:00:00:8c:45:2f", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.776237+00:00", "modification_date": + "2025-01-08T14:57:50.380709+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2760" + - "2652" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:30 GMT + - Wed, 08 Jan 2025 14:57:54 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3857,93 +3755,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41f23bdb-bb69-4dc2-ba60-803a13f08dff + - 30ec47a6-1e2b-4bab-a400-7ea2aed5f159 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bce30482-9aaf-42f7-822f-4e499caffd5a + method: DELETE response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": - "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", - "address": "212.47.231.228", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], "mac_address": "de:00:00:8c:43:63", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:32.278619+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "43", "hypervisor_id": "301", "node_id": "10"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" headers: - Content-Length: - - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:34 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3951,89 +3785,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0376b5e9-66b3-443b-a5e0-ac1bb076b25b - status: 200 OK - code: 200 + - 081d5118-53ef-4888-b083-a73188af6ade + status: 204 No Content + code: 204 duration: "" - request: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, - "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], - "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": - "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.776237+00:00", "modification_date": "2025-01-08T14:57:55.333881+00:00", + "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/edc1d5fa-cca6-4cd9-b965-610561fc310f method: GET response: - body: '{"server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "edc1d5fa-cca6-4cd9-b965-610561fc310f", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-happy-lamport", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "714ae8e7-7340-4c7e-bb5e-512a94e7837d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "5ea841b0-57e7-46cd-8a60-d3a3588fe5f6", "name": "cli-srv-happy-lamport"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.730070+00:00", - "modification_date": "2025-01-08T14:23:12.730070+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}, - "public_ips": [{"id": "87c0ba20-8af1-4281-bc0b-6553e4f46760", "address": "212.47.231.228", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "b07c9759-55f0-4284-a104-7bbdf1f4c1ac"}], - "mac_address": "de:00:00:8c:43:63", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.730070+00:00", "modification_date": - "2025-01-08T14:24:38.566403+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.776237+00:00", "modification_date": "2025-01-08T14:57:55.333881+00:00", + "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2648" + - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:40 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4041,7 +3827,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6bfb86ae-f1f6-491e-9813-407f88b9c983 + - 166d4e79-e580-4b89-a174-5b8ff7e6ddaa status: 200 OK code: 200 duration: "" @@ -4051,37 +3837,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c885c717-3497-4fa4-9465-4266a065b863 - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/714ae8e7-7340-4c7e-bb5e-512a94e7837d + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/edc1d5fa-cca6-4cd9-b965-610561fc310f method: DELETE response: body: "" @@ -4091,9 +3847,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:40 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4101,7 +3857,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0fa54a1-2530-4596-8cdb-eb41114d3858 + - 57536628-b0d1-4692-817c-d002f19044f0 status: 204 No Content code: 204 duration: "" @@ -4111,7 +3867,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/bcc79dfa-87a7-4706-8776-5d8a0e94603f method: DELETE response: body: "" @@ -4121,9 +3877,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:41 GMT + - Wed, 08 Jan 2025 14:57:56 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4131,7 +3887,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5081a94d-1dfc-41ba-9654-ffacd6d86ab3 + - e37ee326-fbf3-4424-be6f-1821c35b7f55 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden index 011f66a350..f30aa5ac26 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 +Private ip are assigned when the server boots, start yours with: scw instance server start bce30482-9aaf-42f7-822f-4e499caffd5a πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6 (cli-srv-happy-lamport) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 5ea841b0-57e7-46cd-8a60-d3a3588fe5f6" + "message": "server bce30482-9aaf-42f7-822f-4e499caffd5a (cli-srv-loving-poincare) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start bce30482-9aaf-42f7-822f-4e499caffd5a" } diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml index 1658509b72..3c049a2bbd 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.cassette.yaml @@ -2,16 +2,16 @@ version: 1 interactions: - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", - "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", - "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.277766098Z", "updated_at":"2025-01-08T14:56:38.277766098Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", - "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:23:06.926063853Z", - "updated_at":"2025-01-08T14:23:06.926063853Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.277766098Z", "updated_at":"2025-01-08T14:56:38.277766098Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4f5ee6e7-777f-4e7d-8e57-a9d57f1138b4 + - 21eb5305-66d7-48ee-8178-58f5998ccc72 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:38.277766Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:07.208797Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:38.277766Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ea8c4c6-72fe-44cf-aa9e-8e3eb4aba359 + - 8628b951-c73c-48da-bcee-7e1bbc7effc1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:56:40.451165Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:38.543807Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:56:40.451165Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:07.215114Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:38.543807Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1099" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:09 GMT + - Wed, 08 Jan 2025 14:56:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9ba0bfb8-e9eb-4c3f-92d8-1dac46aea9ba + - 3f927d16-6ccb-472b-9d61-271dd05b41a1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:56:40.451165Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:09.066923Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:56:40.451165Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1096" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55843097-66a3-48f3-bb6a-8b749d3e0aad + - a9ec36e9-85a0-4187-9313-8ccf4e3ffab8 status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76e2aea1-732d-4526-946a-faae2767a474 + - 0a9ccb88-f745-4677-a8bd-6803191f759c X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bf703ae-4cea-4021-a515-e2334cd7ec1e + - e8a88b2d-b0a9-4d8c-9152-00d242cf31c3 X-Total-Count: - "68" status: 200 OK @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 15bcfbf5-9666-4102-8420-74dbfea1e0fb + - 3a6ff4db-109e-4838-a5fa-82ed2de079a4 status: 200 OK code: 200 duration: "" @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa800866-a03d-45c3-ac69-71dfddaa5a0a + - 06e01c65-efdf-4cdc-87f2-dc747155e29e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + body: '{"ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}}' form: {} headers: Content-Type: @@ -1623,10 +1619,10 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + body: '{"ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}}' headers: Content-Length: - "364" @@ -1635,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:12 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/301fb53b-6635-431f-bf84-1eeff435d054 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/8bc93fd1-61c7-4cdf-948c-33d1d5c73deb Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99b1e606-b734-46bf-8c34-31766244bade + - 238426fe-6040-4dc5-bea9-874d88f95294 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, - "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, + "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], - "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], + "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": - "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:44.034639+00:00", "modification_date": + "2025-01-08T14:56:44.034639+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1691,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, - "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, + "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], - "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], + "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": - "2025-01-08T14:23:12.909384+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:44.034639+00:00", "modification_date": + "2025-01-08T14:56:44.034639+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2646" + - "2649" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4da25e08-8258-4c95-a8a3-6c9699e9bdbf + - 8e43eacb-e92e-4060-81e3-45c15bc65e68 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", - "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": - "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "883345aa-2d62-44e9-8ec5-457c6660d689", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action", + "href_result": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "started_at": + "2025-01-08T14:56:44.711221+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1757,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action method: POST response: - body: '{"task": {"id": "6591b560-43b3-4edc-81a6-38d6ee7cb8b5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", - "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": - "2025-01-08T14:23:13.578608+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "883345aa-2d62-44e9-8ec5-457c6660d689", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action", + "href_result": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "started_at": + "2025-01-08T14:56:44.711221+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1773,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/6591b560-43b3-4edc-81a6-38d6ee7cb8b5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/883345aa-2d62-44e9-8ec5-457c6660d689 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90c44861-9067-4041-ba17-58ca48564eb6 + - 534e1a68-39eb-4722-991d-f13681c06273 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1824,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2668" + - "2671" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06e9ad68-adf4-466d-80c0-bd7b28cde8d7 + - 39c0a339-bb20-4fd7-a33f-0da073cec928 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:18 GMT + - Wed, 08 Jan 2025 14:56:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e34f0bb-0b08-411a-abc8-c05ef067ed92 + - 9a6fb06a-7448-4cc0-b7f3-dd164bfbd92f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.544091+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2769" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:23 GMT + - Wed, 08 Jan 2025 14:56:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,187 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d75f67d-453f-4fa5-a9a5-00e0b215368e + - e4219291-88df-4614-884e-3bc400913d0f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e - method: GET - response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:13.395481+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:23:28 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 9866238f-9a93-4cd2-9ce7-55efe25c683f - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:56:59 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2251,30 +2153,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 403ef0b0-4e40-405f-b077-69ebf7f48d3d + - 2e2b7ef0-6b11-48c4-9b3a-47589dd3e1b3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b9d5b769-7c25-4a39-abca-542dd1174e50", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.418613419Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", + "created_at":"2025-01-08T14:57:00.394113372Z", "updated_at":"2025-01-08T14:57:00.394113372Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2284,42 +2186,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4/backends method: POST response: - body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b9d5b769-7c25-4a39-abca-542dd1174e50", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.386425621Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.418613419Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.362826988Z", "updated_at":"2025-01-08T14:23:34.362826988Z", + "created_at":"2025-01-08T14:57:00.394113372Z", "updated_at":"2025-01-08T14:57:00.394113372Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1963" + - "1969" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,46 +2229,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 295e015d-0662-4241-a942-48fae01c9c09 + - 59dd768b-e25b-400f-8512-ce0a73596113 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"servers": [{"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", - "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", + "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2374,26 +2276,26 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} @@ -2403,41 +2305,41 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"servers": [{"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", - "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", + "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2445,41 +2347,41 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5589" + - "5601" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,32 +2389,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75c9c8a2-9456-46ee-a15d-35f51064e7aa + - 884b6368-026f-479a-9e2d-b6665c62fa38 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b9d5b769-7c25-4a39-abca-542dd1174e50", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.15.130.58", "51.15.247.178"], "lb":{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.839066275Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", + "created_at":"2025-01-08T14:57:00.394113Z", "updated_at":"2025-01-08T14:57:00.811205884Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2522,42 +2424,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/39821ac0-afd5-43b2-a102-beb7ee13b597/servers + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/b9d5b769-7c25-4a39-abca-542dd1174e50/servers method: POST response: - body: '{"id":"39821ac0-afd5-43b2-a102-beb7ee13b597", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b9d5b769-7c25-4a39-abca-542dd1174e50", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.15.136.41", "51.15.225.123"], "lb":{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.807575133Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.15.130.58", "51.15.247.178"], "lb":{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.839066275Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.362827Z", "updated_at":"2025-01-08T14:23:34.784214174Z", + "created_at":"2025-01-08T14:57:00.394113Z", "updated_at":"2025-01-08T14:57:00.811205884Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1991" + - "1997" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2565,53 +2467,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2e7b12c7-50eb-4525-b389-aec3a0219347 + - e5f45db1-3f65-4f51-8c55-fd6081783e04 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.839066Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:34.807575Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:00.839066Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:10.890584Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:56:41.823062Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1098" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:35 GMT + - Wed, 08 Jan 2025 14:57:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2619,7 +2521,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1009919-3b4c-4620-a0bc-3d01c2967ecc + - c173778f-9a40-462b-8628-35eac9b58ac3 status: 200 OK code: 200 duration: "" @@ -2629,7 +2531,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4?release_ip=false method: DELETE response: body: "" @@ -2639,9 +2541,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:35 GMT + - Wed, 08 Jan 2025 14:57:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2649,53 +2551,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a06a6f9-2efb-4574-a6a8-b3c1eb78f7a3 + - 38e33d30-6e66-40b3-a282-a2891824843c status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:01.240727Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:57:01.133151Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: - body: '{"id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"7058611d-4188-42b3-8b6d-3c3deefe52f2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:47.404934Z", - "updated_at":"2025-01-08T14:23:35.154237Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"82f22574-0866-4611-abd6-abce0a9033f4", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:12.424300Z", + "updated_at":"2025-01-08T14:57:01.240727Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"24914ea6-c296-487b-9714-3dd1348bf2b4", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.926064Z", "updated_at":"2025-01-08T14:23:35.128957Z", + "created_at":"2025-01-08T14:56:38.277766Z", "updated_at":"2025-01-08T14:57:01.133151Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1106" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:35 GMT + - Wed, 08 Jan 2025 14:57:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2703,7 +2605,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66824316-2f61-4515-b8b8-66907fdb2adf + - 88d76fe1-c872-49d8-97fd-948948c47a40 status: 200 OK code: 200 duration: "" @@ -2713,7 +2615,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/24914ea6-c296-487b-9714-3dd1348bf2b4 method: GET response: body: '{"message":"lbs not Found"}' @@ -2725,9 +2627,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2735,93 +2637,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9184efc6-cb11-498b-92d1-790c598c7198 + - b8ceaac9-f0b8-44fd-b564-70690f9e166a status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2829,93 +2731,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31874f77-64b6-4578-af5b-a3e3a284e1c6 + - a48ce2fc-8705-4771-a0c8-dbec068eb671 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2800" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2923,15 +2825,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f55aa46f-903a-447c-b737-8eb004767215 + - 52d7ddfa-112f-4123-a8f2-6d3f2f5bcac6 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", - "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": - "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "35cee40f-5d4c-4865-8126-ebfdb75aefb7", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action", + "href_result": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "started_at": + "2025-01-08T14:57:04.079016+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2939,13 +2841,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action method: POST response: - body: '{"task": {"id": "3d129e92-709c-4aae-8574-a5fc6e91927e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e/action", - "href_result": "/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "started_at": - "2025-01-08T14:23:38.090078+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "35cee40f-5d4c-4865-8126-ebfdb75aefb7", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4/action", + "href_result": "/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "started_at": + "2025-01-08T14:57:04.079016+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2955,11 +2857,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3d129e92-709c-4aae-8574-a5fc6e91927e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/35cee40f-5d4c-4865-8126-ebfdb75aefb7 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2967,93 +2869,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c890f640-841a-4180-ae49-fe912f72e24c + - e6d5d2bf-186d-492f-bc36-52c77887005b status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:38 GMT + - Wed, 08 Jan 2025 14:57:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3061,93 +2963,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 92197671-61df-41e1-8e45-f48d11780544 + - 453b2800-32fd-4165-be6e-fa3b0b7011a8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:43 GMT + - Wed, 08 Jan 2025 14:57:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3155,93 +3057,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9bbcbff1-2398-425c-b95a-6513f958f3ac + - 2f96ff9c-7c08-443b-b766-163fd93d0a04 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:48 GMT + - Wed, 08 Jan 2025 14:57:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3249,93 +3151,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3023b05-92e7-451a-9406-e266933871e6 + - a54734fb-8455-437d-8b6a-1ab9bd2b5383 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:54 GMT + - Wed, 08 Jan 2025 14:57:19 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3343,93 +3245,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf071f93-fb33-4550-be2b-4765942f4387 + - a91111ca-cef4-42d4-b5c5-c8ea0dad844a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:59 GMT + - Wed, 08 Jan 2025 14:57:24 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3437,93 +3339,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa17c05d-0543-445e-8163-8c5afc181f16 + - 7bafda40-5d53-4e9d-815e-05fa01bcaec4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:04 GMT + - Wed, 08 Jan 2025 14:57:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3531,93 +3433,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a31ed091-0752-40dd-b10b-82e5060d5f03 + - 06f57215-8b14-4dc2-9d5d-04ebeeb64e51 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:09 GMT + - Wed, 08 Jan 2025 14:57:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3625,93 +3527,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33ffca3d-e31d-457a-b4d9-05e8acb51343 + - d1663274-e76a-46fe-84a4-804444556cf0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:14 GMT + - Wed, 08 Jan 2025 14:57:39 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3719,93 +3621,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 05d662aa-b68b-414d-b4f8-f74c45424e8e + - 2ddde42b-6c7f-4fb4-875c-31c1890bf64d status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:19 GMT + - Wed, 08 Jan 2025 14:57:45 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3813,93 +3715,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b5dac45-ae3a-4123-bd64-fcd92b8b8b37 + - ccf9f46a-e8d4-4955-906d-e0bc384737ab status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": + "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:57:03.925251+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2760" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:25 GMT + - Wed, 08 Jan 2025 14:57:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3907,187 +3809,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6133e0ef-c7c3-47d3-9d9e-fe27c587244c + - 2ecafd74-efa4-4c46-9a73-b5a07c459b90 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e - method: GET - response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:30 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - df5d86dd-7168-41f2-9a5e-547e706cb305 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, + "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], + "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:44.034639+00:00", "modification_date": + "2025-01-08T14:57:51.575920+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, + "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", "address": "51.15.130.58", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], + "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:44.034639+00:00", "modification_date": + "2025-01-08T14:57:51.575920+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2649" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:35 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4095,93 +3899,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5daa364d-cd71-4bf6-aacd-64effe89a227 + - 264a1182-2519-4153-98a4-cd45f9976853 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/7ec9812e-68f7-4d1d-aa5b-81cf517155c4 + method: DELETE response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": - "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:37.682021+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" headers: - Content-Length: - - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:40 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4189,89 +3929,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 74717423-c813-440d-8ec8-9a6c204946ad - status: 200 OK - code: 200 + - 99030651-1309-4ea5-99ac-8512952e1fdd + status: 204 No Content + code: 204 duration: "" - request: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, - "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], - "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": - "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:44.034639+00:00", "modification_date": "2025-01-08T14:57:55.538090+00:00", + "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f79a7b26-1bdc-4d48-8db0-36bb80ad208d method: GET response: - body: '{"server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, - "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", "address": "51.15.136.41", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], - "mac_address": "de:00:00:8c:43:65", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.909384+00:00", "modification_date": - "2025-01-08T14:24:45.667943+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:44.034639+00:00", "modification_date": "2025-01-08T14:57:55.538090+00:00", + "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2646" + - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:45 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4279,7 +3971,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ad53fab-db50-4820-8090-fe91c27af74e + - ff9ade2c-5d32-4644-888e-e66359c2762b status: 200 OK code: 200 duration: "" @@ -4289,37 +3981,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/beb6ff9f-4fb8-4c8d-82e2-88909a7f389e - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:46 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ef07f628-9ff2-455b-9538-b9873722e2f0 - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/aa203a34-a69c-4f58-8b64-57998f1297f9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/f79a7b26-1bdc-4d48-8db0-36bb80ad208d method: DELETE response: body: "" @@ -4329,9 +3991,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:46 GMT + - Wed, 08 Jan 2025 14:57:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4339,7 +4001,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db47d6f1-22af-4bd0-a465-4030cb6647a8 + - 2768892d-9a7a-403f-9133-12e8604d43fd status: 204 No Content code: 204 duration: "" @@ -4349,7 +4011,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/2fc51e1b-c688-499e-a361-6f0556f5d004 method: DELETE response: body: "" @@ -4359,9 +4021,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:46 GMT + - Wed, 08 Jan 2025 14:57:56 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4369,7 +4031,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de65a8cd-ebb3-45fd-8a6e-04cb78ab8771 + - b3adcff7-b6ae-4050-923e-aaa2eba6798e status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden index f2ff6dbe90..128d657d46 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 39821ac0-afd5-43b2-a102-beb7ee13b597 +ID b9d5b769-7c25-4a39-abca-542dd1174e50 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,10 +26,10 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.15.136.41 51.15.225.123] +[51.15.130.58 51.15.247.178] Lb: -ID 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 +ID 24914ea6-c296-487b-9714-3dd1348bf2b4 Name cli-test Description cli-test Status ready @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 9b2cb555-9d2a-41e1-ba59-9b0d70c600e0 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +2fc51e1b-c688-499e-a361-6f0556f5d004 195.154.72.244 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 24914ea6-c296-487b-9714-3dd1348bf2b4 195-154-72-244.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -7058611d-4188-42b3-8b6d-3c3deefe52f2 pending - few seconds ago few seconds ago fr-par fr-par-1 +82f22574-0866-4611-abd6-abce0a9033f4 pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "39821ac0-afd5-43b2-a102-beb7ee13b597", + "id": "b9d5b769-7c25-4a39-abca-542dd1174e50", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ ID STATUS IP ADDRESS CREATED AT UPDA "check_timeout": 1000 }, "pool": [ - "51.15.136.41", - "51.15.225.123" + "51.15.130.58", + "51.15.247.178" ], "lb": { - "id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", + "id": "24914ea6-c296-487b-9714-3dd1348bf2b4", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "7058611d-4188-42b3-8b6d-3c3deefe52f2", + "id": "82f22574-0866-4611-abd6-abce0a9033f4", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -95,12 +95,12 @@ ID STATUS IP ADDRESS CREATED AT UPDA "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", - "ip_address": "51.159.9.37", + "id": "2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address": "195.154.72.244", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "9b2cb555-9d2a-41e1-ba59-9b0d70c600e0", - "reverse": "51-159-9-37.lb.fr-par.scw.cloud", + "lb_id": "24914ea6-c296-487b-9714-3dd1348bf2b4", + "reverse": "195-154-72-244.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml index 2fb955c9aa..5b1a8da60e 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", + "created_at":"2025-01-08T14:56:38.279107528Z", "updated_at":"2025-01-08T14:56:38.279107528Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672380Z", "updated_at":"2025-01-08T14:23:06.922672380Z", + "created_at":"2025-01-08T14:56:38.279107528Z", "updated_at":"2025-01-08T14:56:38.279107528Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "902" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 28222587-1f8a-4a78-ade5-04b757cdb380 + - 6f5a8906-39a9-4808-a214-8523efbfd944 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:38.279108Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:07.191654Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:38.279108Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "896" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:07 GMT + - Wed, 08 Jan 2025 14:56:38 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca8122bf-592f-40ab-8fd4-f0c1453ec312 + - 1657509a-acb3-47e1-b4f4-a10bc62b4be3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:56:40.488269Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:38.551223Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:56:40.488269Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:07.198298Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:38.551223Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:09 GMT + - Wed, 08 Jan 2025 14:56:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d2a0c2f7-50fa-44bd-a503-63f7968283b3 + - 2fbecb17-2cc4-4ea0-8a1d-578bf3827fbb status: 200 OK code: 200 duration: "" - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:56:40.488269Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:09.238848Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:56:40.488269Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a0955809-f4ae-40d5-b21a-a044a0176924 + - 61a03973-af56-478f-825b-f52c770e2b08 status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e16cbdf0-9da2-44ff-b18b-4310761a3e32 + - ea22c283-e8dd-46bc-88ca-8d301ecf4018 X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - abff681a-3802-4c92-a62e-0645902e2638 + - 73654eed-7882-4e0c-82f4-35e5ae3db806 X-Total-Count: - "68" status: 200 OK @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc2d9c4b-fb2b-4c11-bfe9-44aa7bd4a55c + - d953ddd3-50b1-41bd-9a47-3abc90c6bf3b status: 200 OK code: 200 duration: "" @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:11 GMT + - Wed, 08 Jan 2025 14:56:42 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd491514-c520-417a-871f-4f11ab978a70 + - fa3b510e-f257-4f19-83fc-4a7ed3133ad3 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + body: '{"ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}}' form: {} headers: Content-Type: @@ -1623,10 +1619,10 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + body: '{"ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}}' headers: Content-Length: - "365" @@ -1635,11 +1631,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:12 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f71c779a-c8de-4690-b0cc-294e73808b15 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/1e1cc441-dda0-4500-b445-680f4860ba98 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4da6ae2-7c1a-47f3-ab2d-94e7a6e57801 + - 225e8274-d0f9-4256-bdf9-b61159ca9cb6 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, - "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, + "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], - "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], + "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": - "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.641727+00:00", "modification_date": + "2025-01-08T14:56:43.641727+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1691,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, - "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, + "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], - "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], + "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": - "2025-01-08T14:23:12.710375+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:56:43.641727+00:00", "modification_date": + "2025-01-08T14:56:43.641727+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2645" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:12 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e1e5337-51aa-43e0-b9a7-af205a7ead7c + - 28c90a6a-9cb4-48cc-9b29-6f3b53b204a6 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", - "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": - "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "51984134-80f3-44ce-87ed-4fabab442089", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action", + "href_result": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "started_at": + "2025-01-08T14:56:44.329261+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1757,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action method: POST response: - body: '{"task": {"id": "982149f5-7a6e-4ac1-b55a-f57672eff0e5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", - "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": - "2025-01-08T14:23:13.719207+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "51984134-80f3-44ce-87ed-4fabab442089", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action", + "href_result": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "started_at": + "2025-01-08T14:56:44.329261+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1773,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:43 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/982149f5-7a6e-4ac1-b55a-f57672eff0e5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/51984134-80f3-44ce-87ed-4fabab442089 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54c2eecb-319c-4157-bae9-3cd641b8f0f7 + - f13a988d-4608-4ee2-9a72-b3079b4db742 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1824,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2667" + - "2679" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:13 GMT + - Wed, 08 Jan 2025 14:56:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d5ba4c1-df2b-4d6e-82c7-e413630e5205 + - 94920ddb-b597-4f62-ae48-b1b054159dbb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2777" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:19 GMT + - Wed, 08 Jan 2025 14:56:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82e9cd56-d70d-4e12-901f-2f12a61ad18c + - ff23b661-02d7-4c15-b74c-e7745da98729 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:44.137872+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2767" + - "2777" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:24 GMT + - Wed, 08 Jan 2025 14:56:54 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,187 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 054c0de6-3a20-4431-926c-3ee00e1d939d + - 3479a874-3b5e-4c57-a752-415fb3f40006 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb - method: GET - response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:13.226251+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2767" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:23:29 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4ef933f5-2829-454a-a809-c7ceb0ff2489 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:56:59 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2251,30 +2153,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 55e7c4a0-1cbd-4365-9899-c125f0eaedb2 + - 8185fb1a-7d03-4921-9598-3f9eeab6919a status: 200 OK code: 200 duration: "" - request: - body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"8e652f65-6f03-4259-a398-8f6f0763954f", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.045874867Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", + "created_at":"2025-01-08T14:57:00.022148078Z", "updated_at":"2025-01-08T14:57:00.022148078Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2284,42 +2186,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e/backends method: POST response: - body: '{"id":"a7533be8-b64b-48f7-a53b-f1cbab6da3d5", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"8e652f65-6f03-4259-a398-8f6f0763954f", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.505983714Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.045874867Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:23:34.477878162Z", "updated_at":"2025-01-08T14:23:34.477878162Z", + "created_at":"2025-01-08T14:57:00.022148078Z", "updated_at":"2025-01-08T14:57:00.022148078Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2327,46 +2229,46 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2fc871c4-97ce-491f-af95-3edf7ebcfb36 + - 27507ce3-830d-4b64-9b26-1900ce49db4f status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"servers": [{"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", - "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", + "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2374,26 +2276,26 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} @@ -2403,41 +2305,41 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi", + body: '{"servers": [{"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-jolly-agnesi", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-romantic-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "aa203a34-a69c-4f58-8b64-57998f1297f9", + "volumes": {"0": {"boot": false, "id": "f79a7b26-1bdc-4d48-8db0-36bb80ad208d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "beb6ff9f-4fb8-4c8d-82e2-88909a7f389e", "name": "cli-srv-jolly-agnesi"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:12.909384+00:00", "tags": [], "zone": + "server": {"id": "7ec9812e-68f7-4d1d-aa5b-81cf517155c4", "name": "cli-srv-romantic-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:44.034639+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}, "public_ips": [{"id": "301fb53b-6635-431f-bf84-1eeff435d054", - "address": "51.15.136.41", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}, "public_ips": [{"id": "8bc93fd1-61c7-4cdf-948c-33d1d5c73deb", + "address": "51.15.130.58", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "08caec9b-ed8a-40bb-ba8d-448ab192ded2"}], "mac_address": "de:00:00:8c:43:65", + "ipam_id": "566ae354-56c4-4aef-9058-7a73d4e7c33f"}], "mac_address": "de:00:00:8c:45:33", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.909384+00:00", - "modification_date": "2025-01-08T14:23:29.565132+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:44.034639+00:00", + "modification_date": "2025-01-08T14:56:59.261749+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "41", "hypervisor_id": "102", "node_id": "24"}, "maintenances": [], "allowed_actions": + "38", "hypervisor_id": "802", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", - "name": "cli-srv-clever-nash", "arch": "x86_64", "commercial_type": "DEV1-S", + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", + "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-clever-nash", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", @@ -2445,41 +2347,41 @@ interactions: "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5589" + - "5601" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,55 +2389,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62ef3f49-5a50-4c24-8a04-f6fca00dd975 + - 9f717666-c9bc-443b-8438-6ddbbe0d3c1f X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.335990Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.335990Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:10.640247Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:56:41.775585Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:34 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2543,7 +2445,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1fcadeb-899e-409b-a782-d00ee7d96d44 + - c02d677e-ceb6-42cb-968e-e42e9c6daf0e status: 200 OK code: 200 duration: "" @@ -2553,7 +2455,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e?release_ip=false method: DELETE response: body: "" @@ -2563,9 +2465,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:35 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2573,53 +2475,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c6bf3d3-fa07-4675-866d-96c3364327b6 + - af61f10e-0ec9-4865-a882-d34385e8c862 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.335990Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:57:00.458254Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: - body: '{"id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"7bc56947-7477-4e5e-95de-89c27e37a4c2", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:21:17.727306Z", - "updated_at":"2025-01-08T14:23:34.853920Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"339a4b87-0642-46be-b094-aa273793f0a0", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:55:16.721079Z", + "updated_at":"2025-01-08T14:57:00.335990Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"137063fa-ecef-4068-95f2-756eb97e7e7b", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"140c311d-f16e-4d40-94d7-6f77d122ed3e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:23:06.922672Z", "updated_at":"2025-01-08T14:23:34.990060Z", + "created_at":"2025-01-08T14:56:38.279108Z", "updated_at":"2025-01-08T14:57:00.458254Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:35 GMT + - Wed, 08 Jan 2025 14:57:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2627,7 +2529,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9a8765f8-9f01-4afe-9231-022baaeec105 + - 841a586c-63f3-4ca2-a0e1-a90ade77663c status: 200 OK code: 200 duration: "" @@ -2637,7 +2539,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/137063fa-ecef-4068-95f2-756eb97e7e7b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/140c311d-f16e-4d40-94d7-6f77d122ed3e method: GET response: body: '{"message":"lbs not Found"}' @@ -2649,9 +2551,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2659,93 +2561,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bcf61254-d73a-4d75-ba9d-e72229630007 + - 8bcef7ca-466e-44f4-b82c-f3d4f90ef88d status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2753,93 +2655,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02a512af-e7bb-4a04-8fb1-e4a2706e1663 + - e04fcb51-375f-4916-98ab-d167db30a4e6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:32.206625+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:57.762464+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2798" + - "2808" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:02 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2847,15 +2749,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1f80b19-6db8-42cf-958e-1dcb27ee9eed + - ca9cb64c-32e6-48a1-9706-d6d412b4429c status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", - "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": - "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "77d5960e-44e2-4226-a724-6bded128d24b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action", + "href_result": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "started_at": + "2025-01-08T14:57:03.098780+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2863,13 +2765,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action method: POST response: - body: '{"task": {"id": "9cfc6478-323e-4d25-85ed-1455824681c2", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb/action", - "href_result": "/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "started_at": - "2025-01-08T14:23:37.763467+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "77d5960e-44e2-4226-a724-6bded128d24b", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2/action", + "href_result": "/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "started_at": + "2025-01-08T14:57:03.098780+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2879,11 +2781,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:02 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/9cfc6478-323e-4d25-85ed-1455824681c2 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/77d5960e-44e2-4226-a724-6bded128d24b Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2891,93 +2793,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf8d872b-f2e0-4447-8211-ed91fa95d152 + - 7c1c70df-7866-41cc-8025-756c398486c6 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:37 GMT + - Wed, 08 Jan 2025 14:57:03 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2985,93 +2887,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b622f65-06f4-4a96-b89e-ab4957d5a1a0 + - 274c121a-7a57-4564-adcd-ff43ec8d7fe6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:43 GMT + - Wed, 08 Jan 2025 14:57:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3079,93 +2981,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 551cbe50-38dd-4ef0-aff0-17f10afa5d7b + - c1524856-4e89-4e37-86c8-9207476df6f1 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:48 GMT + - Wed, 08 Jan 2025 14:57:13 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3173,93 +3075,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ac2c358-e009-46db-b654-e61b23caeffa + - aad3f57b-cc7e-4790-aa2b-f6209ca17fd9 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:53 GMT + - Wed, 08 Jan 2025 14:57:18 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3267,93 +3169,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7626a2a5-2a7f-4c9d-9d22-d9badaf94846 + - 269906e4-011b-4821-acef-d77a00c67cb8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:23:58 GMT + - Wed, 08 Jan 2025 14:57:23 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3361,93 +3263,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 390a2b67-4a1c-4430-8a8f-8c12c225a3a0 + - 4bfd98fb-9222-4e27-bbe7-cf994a4f48b7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:04 GMT + - Wed, 08 Jan 2025 14:57:28 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3455,93 +3357,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a1327f9-d67f-4086-b68f-924267d82956 + - 10097895-f566-4fd8-b133-2452235ddd51 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:09 GMT + - Wed, 08 Jan 2025 14:57:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3549,93 +3451,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0ed4504-1a18-453c-a9ac-53c9f4f92931 + - 30de73c8-5a46-4cb5-a51d-2b0286fd107c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:14 GMT + - Wed, 08 Jan 2025 14:57:39 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3643,93 +3545,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - acd70700-6dde-4277-82cb-76ae2daa9336 + - 73c9d5c8-8246-443d-a489-bf1368b157bd status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": + "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", + "address": "51.15.247.178", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", + "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:57:02.956224+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": + "31", "hypervisor_id": "102", "node_id": "5"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:19 GMT + - Wed, 08 Jan 2025 14:57:44 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3737,187 +3639,89 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 765fa85e-27fb-49c5-800f-25b218c233c3 + - baf79b9a-1480-4438-b27a-e35c3aa8bec8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb - method: GET - response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:24 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 311b54f1-3a9d-4537-ae49-01ea2263cbdb - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, + "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], + "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.641727+00:00", "modification_date": + "2025-01-08T14:57:45.081150+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", + body: '{"server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-tender-franklin", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", + "volumes": {"0": {"boot": false, "id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "server": {"id": "4b8c7b8d-7f9e-4173-8426-0c486cf2eea2", "name": "cli-srv-tender-franklin"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:56:43.641727+00:00", + "modification_date": "2025-01-08T14:56:43.641727+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": + "", "public_ip": {"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}, + "public_ips": [{"id": "1e1cc441-dda0-4500-b445-680f4860ba98", "address": "51.15.247.178", + "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "75415c53-a891-4235-8d46-0f6f3c629a58"}], + "mac_address": "de:00:00:8c:45:2d", "routed_ip_enabled": true, "ipv6": null, + "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": + null, "creation_date": "2025-01-08T14:56:43.641727+00:00", "modification_date": + "2025-01-08T14:57:45.081150+00:00", "bootscript": null, "security_group": {"id": + "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": + null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2657" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:29 GMT + - Wed, 08 Jan 2025 14:57:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3925,93 +3729,29 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9534c0b6-561f-472a-8d42-bda50de59f42 + - 903ab694-eead-4c9d-a285-b1a31de731f3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb - method: GET + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4b8c7b8d-7f9e-4173-8426-0c486cf2eea2 + method: DELETE response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": - "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", - "address": "51.15.225.123", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], "mac_address": "de:00:00:8c:43:61", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:37.596520+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "2002", "node_id": "40"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + body: "" headers: - Content-Length: - - "2758" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:34 GMT + - Wed, 08 Jan 2025 14:57:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4019,89 +3759,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee78d148-9c57-4458-8459-33ac70d82819 - status: 200 OK - code: 200 + - 169d2dd2-9151-4398-b466-003771faecfe + status: 204 No Content + code: 204 duration: "" - request: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, - "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], - "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": - "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.641727+00:00", "modification_date": "2025-01-08T14:57:49.734646+00:00", + "tags": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc method: GET response: - body: '{"server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + body: '{"volume": {"id": "9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-clever-nash", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "eac841bc-27e2-4f1e-8a8b-66c241345b57", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "87bad2cd-fce7-48f7-8de3-46f03d0bf6fb", "name": "cli-srv-clever-nash"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:23:12.710375+00:00", - "modification_date": "2025-01-08T14:23:12.710375+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}, - "public_ips": [{"id": "f71c779a-c8de-4690-b0cc-294e73808b15", "address": "51.15.225.123", - "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "4c19f3a7-8066-47c5-84a4-1b9afaac92af"}], - "mac_address": "de:00:00:8c:43:61", "routed_ip_enabled": true, "ipv6": null, - "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:23:12.710375+00:00", "modification_date": - "2025-01-08T14:24:35.201617+00:00", "bootscript": null, "security_group": {"id": - "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": - null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:56:43.641727+00:00", "modification_date": "2025-01-08T14:57:49.734646+00:00", + "tags": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2645" + - "448" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:39 GMT + - Wed, 08 Jan 2025 14:57:49 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4109,7 +3801,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79da813a-3eb9-48b3-9171-05da9d835382 + - 1ab5fa26-72d5-461b-8b5f-713f78b1c3e6 status: 200 OK code: 200 duration: "" @@ -4119,37 +3811,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/87bad2cd-fce7-48f7-8de3-46f03d0bf6fb - method: DELETE - response: - body: "" - headers: - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:24:40 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge02) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dd9d0ea8-b9e0-4b59-9b62-1e76c3293a6f - status: 204 No Content - code: 204 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/eac841bc-27e2-4f1e-8a8b-66c241345b57 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/9fea8e1c-9893-4efd-ae0e-65ed1d8f76bc method: DELETE response: body: "" @@ -4159,9 +3821,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:40 GMT + - Wed, 08 Jan 2025 14:57:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4169,7 +3831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d202f292-616a-4958-b64c-21211d087a64 + - 06ab15ba-2f41-40d5-9f64-a90cda83cc83 status: 204 No Content code: 204 duration: "" @@ -4179,7 +3841,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/17d14d08-6301-4ca1-a4e8-ef1852b3784f method: DELETE response: body: "" @@ -4189,9 +3851,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:24:41 GMT + - Wed, 08 Jan 2025 14:57:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4199,7 +3861,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb280f9f-bf7d-49b9-9766-6c9ff40136bb + - 918eb1c9-53e9-4a6d-a591-6556e54ecc2b status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden index 9ef782db2f..8ee4940bd6 100644 --- a/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e +Private ip are assigned when the server boots, start yours with: scw instance server start 7ec9812e-68f7-4d1d-aa5b-81cf517155c4 πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server beb6ff9f-4fb8-4c8d-82e2-88909a7f389e (cli-srv-jolly-agnesi) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start beb6ff9f-4fb8-4c8d-82e2-88909a7f389e" + "message": "server 7ec9812e-68f7-4d1d-aa5b-81cf517155c4 (cli-srv-romantic-bose) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 7ec9812e-68f7-4d1d-aa5b-81cf517155c4" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml index 04677de8ff..9e404d6c74 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.cassette.yaml @@ -2,16 +2,16 @@ version: 1 interactions: - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", - "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.767636765Z", "updated_at":"2025-01-08T14:55:04.767636765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831711652Z", - "updated_at":"2025-01-08T14:21:23.831711652Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.767636765Z", "updated_at":"2025-01-08T14:55:04.767636765Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "904" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 829ebdc5-04b2-45c8-a1b7-47714e532b75 + - 48cde40c-91cf-4fda-9681-53699749fa39 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", - "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:04.767637Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], - "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.831712Z", - "updated_at":"2025-01-08T14:21:23.831712Z", "private_network_count":0, "route_count":0, - "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:04.767637Z", + "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "894" + - "898" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 95d5946a-9c2f-476b-911c-312e56ce61c0 + - 0efda83e-8634-4e07-98dc-3876b528dcac status: 200 OK code: 200 duration: "" - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:05.129417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:05.135702Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"unknown", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:24.122752Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:05.129417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:24.130952Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:05.135702Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "1105" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:26 GMT + - Wed, 08 Jan 2025 14:55:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c3bac7a-7802-4201-88d1-e59a85eb9a31 + - 1df46ecc-11c6-4f8a-b0a0-2dc1b48595b3 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:07.251240Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:26.243701Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:07.251240Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1096" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f67d696-2f12-4ffe-9d62-0647fa0fad03 + - 33f68bcf-5d1e-4494-89cf-48d94a73c686 status: 200 OK code: 200 duration: "" @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:08 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3c4c5c08-fa12-495f-8473-cac0bc723ef1 + - 8662bcf4-bfa6-45bf-84f8-0bcdbef6810e X-Total-Count: - "68" status: 200 OK @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16888dfe-c38a-4921-8d2d-83f3ff6e137c + - 4ab03083-c7c9-47ac-8dd5-e86d814aa2c9 X-Total-Count: - "68" status: 200 OK @@ -1547,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1557,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - faa06760-f932-474b-b02e-dbcb065349b6 + - 957e0d70-c442-44b6-8847-855c49590f80 status: 200 OK code: 200 duration: "" @@ -1591,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1601,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a28819c7-176c-4138-b30c-1bb7fdfdfb41 + - 7a8debb8-2ecb-4081-888e-48a7e1d3e23e status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + body: '{"ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}}' form: {} headers: Content-Type: @@ -1619,23 +1619,23 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + body: '{"ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}}' headers: Content-Length: - - "365" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/c921d8af-1fed-4895-af68-ebda5fe87c29 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7046a14c-aae8-452c-993f-921c01557602 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1643,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e478b96-d460-42f1-ae69-198ee1d65ca3 + - cc505948-2c63-4eb9-8500-0f6700174b74 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, - "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, + "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], - "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], + "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": - "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.279271+00:00", "modification_date": + "2025-01-08T14:55:10.279271+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1687,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, - "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, + "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], - "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], + "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": - "2025-01-08T14:21:29.691441+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.279271+00:00", "modification_date": + "2025-01-08T14:55:10.279271+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2667" + - "2654" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1737,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c518bd5f-dc6b-4c5c-8199-b0639bd27898 + - 8f345462-16a5-4fcc-b2dc-05b0a43a0b4a status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", - "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": - "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "a4b49fef-ba68-41c1-bd39-047b57f97b17", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action", + "href_result": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "started_at": + "2025-01-08T14:55:11.031921+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1753,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action method: POST response: - body: '{"task": {"id": "52a2e57e-9693-4283-96dd-f51a68756f82", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", - "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": - "2025-01-08T14:21:30.344364+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "a4b49fef-ba68-41c1-bd39-047b57f97b17", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action", + "href_result": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "started_at": + "2025-01-08T14:55:11.031921+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1769,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/52a2e57e-9693-4283-96dd-f51a68756f82 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/a4b49fef-ba68-41c1-bd39-047b57f97b17 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1781,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7cd0e7a1-9bad-4691-b5cb-db110b3d98ad + - 05653fa9-f5d6-483e-8a68-9daf552055db status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1820,50 +1820,144 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2689" + - "2676" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:55:11 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7ab29c88-47f9-427b-a64d-c37362ed1aef + status: 200 OK + code: 200 + duration: "" +- request: + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf + method: GET + response: + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", + "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", + "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, + "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", + "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": + null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", + "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": + null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", + "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, + "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default + security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}}' + headers: + Content-Length: + - "2775" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 222b78cd-d657-4dfe-b6fc-f87a7c47005e + - 8ae1dc76-f644-4cb4-8bba-21f2bd1f842b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2788" + - "2775" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:35 GMT + - Wed, 08 Jan 2025 14:55:20 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,93 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70adb9b1-ffe0-40e7-8921-45fc90b54af3 + - c76f7791-9872-4ec8-86e5-00da38bee4fe status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:30.193241+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.826411+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2788" + - "2775" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:40 GMT + - Wed, 08 Jan 2025 14:55:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,93 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8e15e87-a990-40b3-a93b-322151dede47 + - 125f1651-2f96-4b8f-99f4-0727bf27eda4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2819" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:45 GMT + - Wed, 08 Jan 2025 14:55:31 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2153,93 +2247,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31ad6d97-1251-4ae5-a63c-991e1bbeeb97 + - eaff1d3c-6266-4cab-b994-3ae286c8acc5 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2819" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:45 GMT + - Wed, 08 Jan 2025 14:55:31 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2247,30 +2341,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8cf8e59a-f66c-47c4-b7ef-6b648b698d32 + - f1523b1a-a573-4490-9cf4-f9d72d1c45cd status: 200 OK code: 200 duration: "" - request: - body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"d39ef892-74aa-45ff-9101-ad11143c7af8", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["212.47.252.126"], "lb":{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:31.965540253Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", + "created_at":"2025-01-08T14:55:31.935559177Z", "updated_at":"2025-01-08T14:55:31.935559177Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2280,42 +2374,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b/backends method: POST response: - body: '{"id":"41fdcd79-98e4-4c23-8bda-ff6d99d56201", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"d39ef892-74aa-45ff-9101-ad11143c7af8", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.99.168"], "lb":{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"pending", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.285480315Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["212.47.252.126"], "lb":{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:31.965540253Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:46.264151208Z", "updated_at":"2025-01-08T14:21:46.264151208Z", + "created_at":"2025-01-08T14:55:31.935559177Z", "updated_at":"2025-01-08T14:55:31.935559177Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1978" + - "1983" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:46 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2323,53 +2417,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2a743e0-7f00-4999-9e78-86206359bc40 + - 6b2ee5bd-f31d-4973-9d18-586d5174a820 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:31.965540Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:31.965540Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:27.593665Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:08.760504Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1096" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:46 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2377,7 +2471,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f887135-bfe6-46b7-8491-e79cd9f80afc + - a1f8aec9-4289-4775-a167-20813cd5040b status: 200 OK code: 200 duration: "" @@ -2387,7 +2481,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b?release_ip=false method: DELETE response: body: "" @@ -2397,9 +2491,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:46 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2407,53 +2501,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 296c891b-d975-4f39-95e9-b1087d75dd56 + - c50d90d8-732c-4046-b28e-11b49cdba359 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:32.271888Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:32.259094Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: - body: '{"id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"abde1184-6702-40a3-a222-4d5157370e9e", - "status":"ready", "ip_address":"", "created_at":"2025-01-03T12:53:27.565884Z", - "updated_at":"2025-01-08T14:21:46.596782Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"37639bcb-5004-423b-9fc5-75390851fe8b", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"358584f9-bbe9-41e3-9725-7510e8d4048b", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:37.426183Z", + "updated_at":"2025-01-08T14:55:32.271888Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"bcc79dfa-87a7-4706-8776-5d8a0e94603f", "ip_address":"51.159.74.247", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"37639bcb-5004-423b-9fc5-75390851fe8b", "reverse":"51-159-74-247.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831712Z", "updated_at":"2025-01-08T14:21:46.710986Z", + "created_at":"2025-01-08T14:55:04.767637Z", "updated_at":"2025-01-08T14:55:32.259094Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1104" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:46 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2461,7 +2555,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7de156b5-0552-4c88-ab7d-60bddc39b1ad + - 586a623d-f8af-4768-b2a2-15c6d8908677 status: 200 OK code: 200 duration: "" @@ -2471,7 +2565,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/37639bcb-5004-423b-9fc5-75390851fe8b method: GET response: body: '{"message":"lbs not Found"}' @@ -2483,9 +2577,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:49 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2493,93 +2587,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf516d0f-6570-4771-b078-a04e907dbab8 + - 247f04b9-8563-4685-a40b-7ce420f03f63 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2819" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:48 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2587,93 +2681,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5a471ca7-cebd-4c81-8566-926ad46301a7 + - d92bf2b6-870a-485e-b9f8-76a3fe881866 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:44.574538+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:27.733556+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2819" + - "2806" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:49 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2681,15 +2775,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 08ef81f6-bdd2-4be6-b3af-827158fec46f + - 3266ac50-cf02-45ea-9e26-fe0f8ae65c77 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", - "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": - "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "1c35b2ec-34e5-46c6-944f-431f101716cc", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action", + "href_result": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "started_at": + "2025-01-08T14:55:34.878594+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2697,13 +2791,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action method: POST response: - body: '{"task": {"id": "baab345d-30c1-4d20-8c44-a2152063947b", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905/action", - "href_result": "/servers/00d887ed-c5f4-4fea-9599-e35829ba1905", "started_at": - "2025-01-08T14:21:49.492226+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "1c35b2ec-34e5-46c6-944f-431f101716cc", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf/action", + "href_result": "/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "started_at": + "2025-01-08T14:55:34.878594+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2713,11 +2807,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:49 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/baab345d-30c1-4d20-8c44-a2152063947b + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/1c35b2ec-34e5-46c6-944f-431f101716cc Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2725,93 +2819,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9969e73c-a5ac-4cb9-99c0-b31269dc9424 + - a78034c1-6097-44a0-b100-3bc748cd3e47 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:49 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2819,93 +2913,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3f71feba-25b0-40e5-895d-404f33666c83 + - ac3e98ed-a906-49fd-be84-9b76d9fc5da4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2913,93 +3007,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fb0e2a95-eb19-471c-906f-bccc94740f2c + - e0d92649-0582-4335-9c10-196636f66a83 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:59 GMT + - Wed, 08 Jan 2025 14:55:45 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3007,93 +3101,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 243fbc98-a809-4683-95ab-0c783785be66 + - db254123-be26-4cba-8492-526119c295b9 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:04 GMT + - Wed, 08 Jan 2025 14:55:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3101,93 +3195,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89cade75-caef-4f98-a478-abc04b0d5c5f + - d93f1598-ad42-4aeb-9c7c-7188726e313c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:10 GMT + - Wed, 08 Jan 2025 14:55:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3195,93 +3289,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e36bc216-df8f-4558-8d9d-9ea56a7c9470 + - f3429258-e11f-4b48-9bde-3e96404c28fb status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:15 GMT + - Wed, 08 Jan 2025 14:56:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3289,93 +3383,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6d88d77d-ccea-4241-aa9a-73a45a9a13f2 + - 66346b7e-7504-4f78-9c9f-efa6f5a8121a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:20 GMT + - Wed, 08 Jan 2025 14:56:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3383,93 +3477,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94a7f547-8433-499e-a7b5-43307c9a1188 + - 8e9cd154-e26e-4f3d-9161-9d61e889e1c4 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:25 GMT + - Wed, 08 Jan 2025 14:56:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3477,93 +3571,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a303b38-eeec-458c-a7c3-74c756b5b637 + - 97f34962-9365-4725-bd2a-3dc96bdb0131 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": - "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": + "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", - "address": "51.158.99.168", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", + "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], "mac_address": "de:00:00:8c:43:47", + "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:49.312330+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:34.741162+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "93", "hypervisor_id": "201", "node_id": "26"}, "maintenances": [], "allowed_actions": + "37", "hypervisor_id": "901", "node_id": "19"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2779" + - "2766" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:30 GMT + - Wed, 08 Jan 2025 14:56:15 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3571,38 +3665,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3b0bfb6-530b-40ae-94e5-1b364c2edf75 + - f66c6683-9164-486a-853d-05bba35594df status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, - "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, + "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], - "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], + "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": - "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.279271+00:00", "modification_date": + "2025-01-08T14:56:21.019618+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -3610,50 +3704,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: GET response: - body: '{"server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet", + body: '{"server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-chatelet", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vibrant-bardeen", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "7ecc5dc8-88fe-4b89-b02d-15152e979f17", + "volumes": {"0": {"boot": false, "id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "00d887ed-c5f4-4fea-9599-e35829ba1905", "name": "cli-srv-xenodochial-chatelet"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.691441+00:00", - "modification_date": "2025-01-08T14:21:29.691441+00:00", "tags": [], "zone": + "server": {"id": "4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf", "name": "cli-srv-vibrant-bardeen"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.279271+00:00", + "modification_date": "2025-01-08T14:55:10.279271+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "", "public_ip": {"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}, - "public_ips": [{"id": "c921d8af-1fed-4895-af68-ebda5fe87c29", "address": "51.158.99.168", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}, + "public_ips": [{"id": "7046a14c-aae8-452c-993f-921c01557602", "address": "212.47.252.126", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "5b2c15ad-2653-45d8-a92a-eba342bd995b"}], - "mac_address": "de:00:00:8c:43:47", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "7affce72-d9d5-45f4-aaed-d81ca865627e"}], + "mac_address": "de:00:00:8c:45:13", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.691441+00:00", "modification_date": - "2025-01-08T14:22:31.078365+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.279271+00:00", "modification_date": + "2025-01-08T14:56:21.019618+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2667" + - "2654" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:35 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3661,7 +3755,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ec1ef59f-3cc4-43fa-9d01-136470dafdf6 + - 85670607-c52b-4780-a71c-9e9b424488ce status: 200 OK code: 200 duration: "" @@ -3671,7 +3765,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/00d887ed-c5f4-4fea-9599-e35829ba1905 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/4bf97a5c-55e0-4a05-bc06-acf6aa7b60cf method: DELETE response: body: "" @@ -3681,9 +3775,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:36 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3691,17 +3785,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcd8bf6a-48cd-4279-9443-1eee92188a42 + - c977cc4a-cade-45de-b94f-a7173abb8e0f status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.279271+00:00", "modification_date": "2025-01-08T14:56:21.313061+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4c08c6c9-a094-41c7-a922-f9633acd244e + method: GET + response: + body: '{"volume": {"id": "4c08c6c9-a094-41c7-a922-f9633acd244e", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.279271+00:00", "modification_date": "2025-01-08T14:56:21.313061+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "448" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:56:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 75db3298-2cc7-4287-a743-ce95937d21b1 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/7ecc5dc8-88fe-4b89-b02d-15152e979f17 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4c08c6c9-a094-41c7-a922-f9633acd244e method: DELETE response: body: "" @@ -3711,9 +3847,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:36 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3721,7 +3857,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9799587d-988f-429a-a929-8b074d73f034 + - 34d34ad6-6b7c-4d72-8c61-dc037aac1b56 status: 204 No Content code: 204 duration: "" @@ -3731,7 +3867,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/bcc79dfa-87a7-4706-8776-5d8a0e94603f method: DELETE response: body: "" @@ -3741,9 +3877,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:36 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3751,7 +3887,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d1fa715c-d028-4e2f-bdde-e9ddc4877132 + - b3d35a2b-0431-4f95-bffc-589b1cfed182 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden index c99b4be5fa..924eaff267 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 41fdcd79-98e4-4c23-8bda-ff6d99d56201 +ID d39ef892-74aa-45ff-9101-ad11143c7af8 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,10 +26,10 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.99.168] +[212.47.252.126] Lb: -ID 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 +ID 37639bcb-5004-423b-9fc5-75390851fe8b Name cli-test Description cli-test Status ready @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -573dbdad-7bc3-4f0c-85df-b68b06e52b14 51.159.24.8 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 323eb56b-a1a2-4748-bf8a-3f29f6ea26b2 51-159-24-8.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +bcc79dfa-87a7-4706-8776-5d8a0e94603f 51.159.74.247 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 37639bcb-5004-423b-9fc5-75390851fe8b 51-159-74-247.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -abde1184-6702-40a3-a222-4d5157370e9e pending - few seconds ago few seconds ago fr-par fr-par-1 +358584f9-bbe9-41e3-9725-7510e8d4048b pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "41fdcd79-98e4-4c23-8bda-ff6d99d56201", + "id": "d39ef892-74aa-45ff-9101-ad11143c7af8", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ abde1184-6702-40a3-a222-4d5157370e9e pending - few seconds ago few "check_timeout": 1000 }, "pool": [ - "51.158.99.168" + "212.47.252.126" ], "lb": { - "id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", + "id": "37639bcb-5004-423b-9fc5-75390851fe8b", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "abde1184-6702-40a3-a222-4d5157370e9e", + "id": "358584f9-bbe9-41e3-9725-7510e8d4048b", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -94,12 +94,12 @@ abde1184-6702-40a3-a222-4d5157370e9e pending - few seconds ago few "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address": "51.159.24.8", + "id": "bcc79dfa-87a7-4706-8776-5d8a0e94603f", + "ip_address": "51.159.74.247", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "323eb56b-a1a2-4748-bf8a-3f29f6ea26b2", - "reverse": "51-159-24-8.lb.fr-par.scw.cloud", + "lb_id": "37639bcb-5004-423b-9fc5-75390851fe8b", + "reverse": "51-159-74-247.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml index fdf2fe1d34..4fc2e4b361 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", + "created_at":"2025-01-08T14:55:04.765256478Z", "updated_at":"2025-01-08T14:55:04.765256478Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167291Z", "updated_at":"2025-01-08T14:21:23.831167291Z", + "created_at":"2025-01-08T14:55:04.765256478Z", "updated_at":"2025-01-08T14:55:04.765256478Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "906" + - "902" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,49 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6be63f6-0d5f-4b57-a5c2-fdd881c01bec + - c7a17d90-eb17-4777-825d-5c4a10ede625 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:04.765256Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", - "ip_address":"51.159.206.195", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", - "reverse":"51-159-206-195.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:23.831167Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:04.765256Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "900" + - "896" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -99,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89e07eca-aaa0-4009-ab16-a7179b6e59ce + - 651f5d07-5621-4881-b0dc-bd5ba992742d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:05.135477Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:05.143919Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:05.135477Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:24.139998Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:05.143919Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "1103" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:26 GMT + - Wed, 08 Jan 2025 14:55:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -153,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9e03bdf3-f72c-4358-b080-f3faa17ea3c2 + - 295c4199-8fb2-46d8-b970-07c204f2663e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:08.587765Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:08.587765Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43a08b25-c9f9-43ae-9452-3fa8ac993055 + - b8353d0b-c6f3-4461-bbc9-92ae4f19b7f3 status: 200 OK code: 200 duration: "" @@ -1129,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 873958a9-d061-4db5-a98a-5abadc45f7a1 + - 62ec2461-34c3-46c7-ae0d-ba3bb25a66df X-Total-Count: - "68" status: 200 OK @@ -1492,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:27 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b738314a-b249-4300-82e0-bc05439c4c5d + - f57dc821-9cbe-45d6-9bce-48ce60652b0c X-Total-Count: - "68" status: 200 OK @@ -1547,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1557,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9df57718-b049-4f03-8af9-a2eb9af16f60 + - fabadfb8-0ec5-40c9-aa82-a770ebbb6ad0 status: 200 OK code: 200 duration: "" @@ -1591,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1601,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a262014-5188-46fc-8792-d7dfa3ab4e2e + - a2c28888-15ba-4506-9b5c-6dddb32650ec status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + body: '{"ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}}' form: {} headers: Content-Type: @@ -1619,23 +1619,23 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + body: '{"ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}}' headers: Content-Length: - - "365" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:29 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/ed2c6ec5-ad78-4559-a0f2-a04592d44ab4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/b226bd74-926e-4db4-8317-018cce28ef93 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1643,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d54b626-6f7e-4f15-8cbb-ce3ca9c07513 + - 860026ea-d9e0-41ea-ad9c-3f7cb5915a45 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, - "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, + "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], - "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], + "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": - "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.328933+00:00", "modification_date": + "2025-01-08T14:55:10.328933+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1687,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, - "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, + "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], - "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], + "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": - "2025-01-08T14:21:29.776400+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.328933+00:00", "modification_date": + "2025-01-08T14:55:10.328933+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2637" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:29 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1737,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ff9615f-44bc-464a-a13f-efb43998ac90 + - 9ad85dcc-5812-44ec-8c16-11771042f5a3 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", - "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": - "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "23ce60c9-5099-4d41-a9ef-c8c6f33dfd94", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action", + "href_result": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138", "started_at": + "2025-01-08T14:55:11.456574+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1753,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action method: POST response: - body: '{"task": {"id": "5bff8401-0924-4d55-b225-2a5fc043adf5", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", - "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": - "2025-01-08T14:21:30.446107+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "23ce60c9-5099-4d41-a9ef-c8c6f33dfd94", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action", + "href_result": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138", "started_at": + "2025-01-08T14:55:11.456574+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1769,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/5bff8401-0924-4d55-b225-2a5fc043adf5 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/23ce60c9-5099-4d41-a9ef-c8c6f33dfd94 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1781,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 09b12b94-2537-4d6a-819c-194e7fd9b812 + - 2aa3ac95-f6b6-471a-8c15-7c0334c53fcb status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1820,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2659" + - "2670" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1871,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f70531e0-e29b-4e0e-9cef-6011042229ed + - be893419-da9f-4bfd-ad19-101cc5aa57d3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:35 GMT + - Wed, 08 Jan 2025 14:55:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1965,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d4f437d-1a8f-47b1-aaa6-570f9b71e120 + - 85d85421-77f1-4b08-82f5-c48901433503 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:11.199559+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2758" + - "2768" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:40 GMT + - Wed, 08 Jan 2025 14:55:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2059,187 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e7e5774b-e500-4a40-9983-fba52e93945c + - 7ba59e82-596e-4036-aef2-a478ba9ac288 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a - method: GET - response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": [], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:30.295067+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2758" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:21:45 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 4b6b9252-15e2-456d-884d-ca24660e2308 - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2247,93 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b7be114-b62d-4d3c-861a-90e318ed3588 + - d7e7063e-8246-4043-9652-0ac4a0b7fd86 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2341,53 +2247,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 516b139b-8e9b-4f6a-abd6-a739e03f7c74 + - 20856d20-9f78-46cd-883b-20ea7256b254 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:08.587765Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:27.014776Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:08.587765Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2395,7 +2301,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8637d8b5-1c2c-4f3b-9bbe-d697779f7775 + - 46bb4f8c-0561-437c-8f49-a768ddf30be8 status: 200 OK code: 200 duration: "" @@ -2405,7 +2311,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d?release_ip=false method: DELETE response: body: "" @@ -2415,9 +2321,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2425,53 +2331,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c6a90e5-3908-490d-84f3-85c30c1bc651 + - 20a9b8b6-d54d-468e-a5e9-047bc81c25ad status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:27.263952Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: - body: '{"id":"29b124a7-07ac-4e49-9a58-90c18524362b", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"d522f2ce-cb76-4e74-8468-9d2209b48fa6", - "status":"ready", "ip_address":"", "created_at":"2025-01-05T01:09:57.720903Z", - "updated_at":"2025-01-08T14:21:25.737935Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"87139965-9ae9-4111-904c-312be2c2f59d", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"3cb57eff-23c9-4c2a-b585-ada8959fae0e", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:25:47.628017Z", + "updated_at":"2025-01-08T14:55:07.233360Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"6996152a-3714-4597-bbb1-6344a16e86e4", "ip_address":"51.159.206.195", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"29b124a7-07ac-4e49-9a58-90c18524362b", "reverse":"51-159-206-195.lb.fr-par.scw.cloud", + "lb_id":"87139965-9ae9-4111-904c-312be2c2f59d", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.831167Z", "updated_at":"2025-01-08T14:21:51.409882Z", + "created_at":"2025-01-08T14:55:04.765256Z", "updated_at":"2025-01-08T14:55:27.263952Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2479,7 +2385,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51775b71-033d-4af2-8fc6-571e15bd0edf + - 9be3c653-ec9f-4b57-9442-6ecbc5d1c805 status: 200 OK code: 200 duration: "" @@ -2489,7 +2395,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/29b124a7-07ac-4e49-9a58-90c18524362b + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/87139965-9ae9-4111-904c-312be2c2f59d method: GET response: body: '{"message":"lbs not Found"}' @@ -2501,9 +2407,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:53 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2511,93 +2417,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e7ebeeb-314d-46de-b36b-7f230069d5db + - b6cddede-ce8f-48c0-9d11-579c27fa7519 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:53 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2605,93 +2511,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 44e11a1b-e8bf-44a7-96df-92cb644c3e82 + - 5a9d7e6c-fccc-482f-9d12-358fea641088 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:49.554053+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:21.924695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2789" + - "2799" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:53 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2699,15 +2605,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d636a2f-193e-4acd-9da4-8813b612aa47 + - 8e16d8a9-33b9-4a17-978a-ff5cfcc51cb3 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", - "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": - "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "3ea04bed-4213-4e3f-9b4a-5cf57321cd8e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action", + "href_result": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138", "started_at": + "2025-01-08T14:55:29.965862+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2715,13 +2621,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action method: POST response: - body: '{"task": {"id": "7a6c46f2-9bde-475e-b788-cb5481c8fafb", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a/action", - "href_result": "/servers/8b854ffe-3083-4915-8f38-74532ea7e90a", "started_at": - "2025-01-08T14:21:54.271340+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "3ea04bed-4213-4e3f-9b4a-5cf57321cd8e", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138/action", + "href_result": "/servers/a4632a61-d23a-44d7-9339-c6e5969a6138", "started_at": + "2025-01-08T14:55:29.965862+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2731,11 +2637,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7a6c46f2-9bde-475e-b788-cb5481c8fafb + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/3ea04bed-4213-4e3f-9b4a-5cf57321cd8e Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2743,93 +2649,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e6da138-c703-4fcb-8d1a-b4d01563a606 + - c4ed4b5b-1845-4192-9bcb-1dddd8728ff5 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2837,93 +2743,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a841325-71e9-4251-8be1-d138214832ef + - 1dc3e46a-64b7-4f5e-ab1e-ec7fc2f3728c status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:59 GMT + - Wed, 08 Jan 2025 14:55:35 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2931,93 +2837,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8f8806a4-6120-4b0f-8235-c82a65ee1947 + - 7f46a6f5-5019-425e-9b7e-6c2627f0aa26 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:04 GMT + - Wed, 08 Jan 2025 14:55:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3025,93 +2931,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 14b03008-f993-48dd-ad3f-1614af1a11fa + - 56e74728-72ed-42c2-8748-a319724e7b7f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:09 GMT + - Wed, 08 Jan 2025 14:55:45 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3119,93 +3025,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b027a72e-6c22-4127-8bad-ad9e1168b7dc + - 2d10e217-510a-4b2e-a3b0-9d23783cb497 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:14 GMT + - Wed, 08 Jan 2025 14:55:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3213,93 +3119,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 484a36df-54a5-4897-8e1a-51e3ecbca732 + - 58facf30-3f04-4f1c-bb76-f9d702b25c54 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:19 GMT + - Wed, 08 Jan 2025 14:55:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3307,93 +3213,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b735be50-a452-45e7-bf5b-e7b0fccf8226 + - 7478e215-9d0a-4824-b18d-c9e031080357 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:24 GMT + - Wed, 08 Jan 2025 14:56:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3401,93 +3307,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 87f0c887-833b-4581-96af-9e9013916bf8 + - 7a36efbc-7a63-4fd9-90e4-cb715aaea463 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:29 GMT + - Wed, 08 Jan 2025 14:56:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3495,93 +3401,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 61fe5f18-9cca-484d-b09c-c6ceacf2350b + - 12b802b6-6e01-40f8-a83c-98506d944166 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": - "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": + "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", - "address": "212.47.233.61", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", + "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], "mac_address": "de:00:00:8c:43:49", + "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:53.962250+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:29.829077+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "42", "hypervisor_id": "501", "node_id": "48"}, "maintenances": [], "allowed_actions": + "93", "hypervisor_id": "102", "node_id": "7"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2749" + - "2759" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:35 GMT + - Wed, 08 Jan 2025 14:56:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3589,38 +3495,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3a0ffbb0-1b61-4d84-b646-abe657f9312d + - 585eaa41-e766-43b0-84be-ddfa554c46f6 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, - "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, + "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], - "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], + "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": - "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.328933+00:00", "modification_date": + "2025-01-08T14:56:12.558969+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -3628,50 +3534,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: GET response: - body: '{"server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu", + body: '{"server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-pensive-wu", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-vigorous-bose", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "4a64cb38-3f30-426c-81e3-09aa62f10050", + "volumes": {"0": {"boot": false, "id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "8b854ffe-3083-4915-8f38-74532ea7e90a", "name": "cli-srv-pensive-wu"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.776400+00:00", - "modification_date": "2025-01-08T14:21:29.776400+00:00", "tags": [], "zone": + "server": {"id": "a4632a61-d23a-44d7-9339-c6e5969a6138", "name": "cli-srv-vigorous-bose"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.328933+00:00", + "modification_date": "2025-01-08T14:55:10.328933+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "", "public_ip": {"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}, - "public_ips": [{"id": "ed2c6ec5-ad78-4559-a0f2-a04592d44ab4", "address": "212.47.233.61", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}, + "public_ips": [{"id": "b226bd74-926e-4db4-8317-018cce28ef93", "address": "163.172.162.87", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "87291567-3850-4047-99bb-9b7937df6b7b"}], - "mac_address": "de:00:00:8c:43:49", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "dd5ded1a-856b-4aa9-8261-ba40113a2760"}], + "mac_address": "de:00:00:8c:45:1b", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.776400+00:00", "modification_date": - "2025-01-08T14:22:36.466845+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.328933+00:00", "modification_date": + "2025-01-08T14:56:12.558969+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2637" + - "2648" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:40 GMT + - Wed, 08 Jan 2025 14:56:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3679,7 +3585,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea5df0ed-f167-497a-8d53-9ede61450d74 + - fa926d9e-c629-4cf5-a18a-1b2e690d8650 status: 200 OK code: 200 duration: "" @@ -3689,7 +3595,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/8b854ffe-3083-4915-8f38-74532ea7e90a + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4632a61-d23a-44d7-9339-c6e5969a6138 method: DELETE response: body: "" @@ -3699,9 +3605,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:40 GMT + - Wed, 08 Jan 2025 14:56:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3709,17 +3615,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b02a6ea-c16b-4480-8cff-a083e44514ac + - 3e404954-f909-4996-bc90-e3f8b485f2fd status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.328933+00:00", "modification_date": "2025-01-08T14:56:16.472816+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/99532914-f587-4c96-94eb-71df32e8dc72 + method: GET + response: + body: '{"volume": {"id": "99532914-f587-4c96-94eb-71df32e8dc72", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.328933+00:00", "modification_date": "2025-01-08T14:56:16.472816+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "448" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:56:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7319811d-95cb-4d7f-ae96-3b626c3656b0 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/4a64cb38-3f30-426c-81e3-09aa62f10050 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/99532914-f587-4c96-94eb-71df32e8dc72 method: DELETE response: body: "" @@ -3729,9 +3677,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:40 GMT + - Wed, 08 Jan 2025 14:56:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3739,7 +3687,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5fb810bc-66b3-4a34-8287-9546de43ebe4 + - 7018de00-77ea-43e4-87f9-2f70672e56b3 status: 204 No Content code: 204 duration: "" @@ -3749,7 +3697,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/6996152a-3714-4597-bbb1-6344a16e86e4 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/17d14d08-6301-4ca1-a4e8-ef1852b3784f method: DELETE response: body: "" @@ -3759,9 +3707,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:41 GMT + - Wed, 08 Jan 2025 14:56:17 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3769,7 +3717,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 77ecdca8-df81-4a04-a25a-29cc89e0715e + - eb61140e-de68-4f92-ae6c-3b00a803d4a1 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden index 290f02adfc..5f25bee652 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a +Private ip are assigned when the server boots, start yours with: scw instance server start a4632a61-d23a-44d7-9339-c6e5969a6138 πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 8b854ffe-3083-4915-8f38-74532ea7e90a (cli-srv-pensive-wu) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 8b854ffe-3083-4915-8f38-74532ea7e90a" + "message": "server a4632a61-d23a-44d7-9339-c6e5969a6138 (cli-srv-vigorous-bose) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start a4632a61-d23a-44d7-9339-c6e5969a6138" } diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml index be0fb4deb0..69fb545c15 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", - "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:55:04.765191084Z", + "updated_at":"2025-01-08T14:55:04.765191084Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,15 +21,15 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:21:23.835697360Z", - "updated_at":"2025-01-08T14:21:23.835697360Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:55:04.765191084Z", + "updated_at":"2025-01-08T14:55:04.765191084Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -39,9 +39,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ca7cc35-5310-4005-b052-7e7e33689b11 + - 60264c72-3346-4f0a-9d05-300823675017 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:55:04.765191Z", + "updated_at":"2025-01-08T14:55:04.765191Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:24.115845Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:23.835697Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:55:04.765191Z", + "updated_at":"2025-01-08T14:55:04.765191Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1102" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a306f13-a41a-4b73-acf5-c0d69644f890 + - 39947495-f22e-4c33-b03d-76fdb2c0fcb8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:05.111161Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:05.118075Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:05.111161Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:24.122749Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:05.118075Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1099" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:26 GMT + - Wed, 08 Jan 2025 14:55:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,41 +153,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b6d4789-43ad-4099-a9b7-1100ff474f82 + - 360ee520-c9d4-4991-be8b-a0b3de249156 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:07.105181Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:25.716736Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:07.105181Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -201,9 +197,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ddeac85d-3605-49af-84b0-c3ad36b1ad88 + - 8e3b5d02-c328-43c3-849f-6adecd201add status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ea66541f-e8f3-4c5f-90d3-8f51c1fb9287 + - 3c14ad34-1c42-4c9a-93f1-b0bc3f973b39 X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9fcb67b9-45ba-49ee-a619-d6544313ae05 + - 671d126d-ecc9-44e7-9358-c37e19692398 X-Total-Count: - "68" status: 200 OK @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5f9feb97-a6d9-4539-9639-6e2a265d4a65 + - fe6d89d0-ccaa-4088-8787-49a8fc34d261 status: 200 OK code: 200 duration: "" @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:08 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd75b988-e005-4a86-994d-4625059a811a + - e1ee6868-3065-421f-b9d6-fa7529d9089f status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + body: '{"ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}}' form: {} headers: Content-Type: @@ -1623,23 +1619,23 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + body: '{"ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}}' headers: Content-Length: - - "364" + - "365" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:29 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/19ce87f1-271b-4d40-a9ad-b7328750243c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/b64603cb-4fdf-4c7b-8586-27ad2e52356a Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 22329d39-cb01-4fe9-b3d7-4b88aa50500d + - 9e9fef4f-1035-4ec5-87d4-f7849b105a6d status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, - "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, + "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], - "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], + "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": - "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.492695+00:00", "modification_date": + "2025-01-08T14:55:10.492695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1691,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, - "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, + "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], - "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], + "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": - "2025-01-08T14:21:29.468454+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.492695+00:00", "modification_date": + "2025-01-08T14:55:10.492695+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2673" + - "2669" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:29 GMT + - Wed, 08 Jan 2025 14:55:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aba7123c-2026-4b5b-ac69-cbb69060a601 + - 86b1a903-9c89-4029-8d1e-4bcddc643030 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", - "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": - "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "f5c98f76-9c0f-4c32-a007-3b64bbc6e72b", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action", + "href_result": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc", "started_at": + "2025-01-08T14:55:11.328439+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1757,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action method: POST response: - body: '{"task": {"id": "7d0910ba-0361-47f1-a150-19f29e2c1618", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", - "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": - "2025-01-08T14:21:30.265535+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "f5c98f76-9c0f-4c32-a007-3b64bbc6e72b", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action", + "href_result": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc", "started_at": + "2025-01-08T14:55:11.328439+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1773,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7d0910ba-0361-47f1-a150-19f29e2c1618 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f5c98f76-9c0f-4c32-a007-3b64bbc6e72b Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 689c0a43-3d42-4346-87ea-c57de509ba23 + - 0cf08cdf-9217-442b-b005-04d305418019 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1824,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2695" + - "2691" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c3fe0f12-640c-49d2-807e-057a1af77891 + - 4c3af0f0-ed55-4f72-a782-a6841f282a9b status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:35 GMT + - Wed, 08 Jan 2025 14:55:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6c87371-2dd3-4161-85b8-9a2c4709aaf6 + - a067d3f7-db6b-4b88-8e31-a0c2bc889764 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:40 GMT + - Wed, 08 Jan 2025 14:55:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bca9e162-d43d-4cec-b941-8e9c5e4e8a02 + - accccc65-a03f-4051-8c30-f9701b0b7314 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:30.047197+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2793" + - "2790" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:45 GMT + - Wed, 08 Jan 2025 14:55:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,93 +2153,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb10e49c-d365-41a0-91fd-ec1fcc5f6727 + - ee5f2b87-ebe9-4b3b-9685-45d9fb3b28ed status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2824" + - "2821" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:50 GMT + - Wed, 08 Jan 2025 14:55:31 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2251,74 +2247,75 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 26a992e3-5ba4-4040-9909-0a55ec840cea + - 30ff46b8-8702-4346-bb4d-f4cc04cdb249 status: 200 OK code: 200 duration: "" - request: - body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"servers": [{"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", + "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-awesome-haibt", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}]}' + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' form: {} headers: User-Agent: @@ -2326,82 +2323,83 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"servers": [{"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}, {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", + "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", + "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-awesome-haibt", + "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 + Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": + "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}]}' + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": + ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": + "fr-par-1"}]}' headers: Content-Length: - - "5611" + - "5578" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:31 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2409,32 +2407,32 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d911f9f4-2184-428a-a8c5-37f58c236194 + - ce9af0db-fdb5-49d9-8841-c4839bcfeedc X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"78377ad0-ae5b-469c-82ed-1df3df8c45f1", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.158.75.181", "163.172.145.20"], "lb":{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.187820338Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", + "created_at":"2025-01-08T14:55:32.165190290Z", "updated_at":"2025-01-08T14:55:32.165190290Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2444,28 +2442,28 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c/backends method: POST response: - body: '{"id":"c273395e-f4e7-4525-986e-7a14f6e5f2da", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"78377ad0-ae5b-469c-82ed-1df3df8c45f1", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["163.172.181.108", "51.15.249.44"], "lb":{"id":"080615e5-436d-4aff-b298-8bf79de0408c", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.549154201Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.158.75.181", "163.172.145.20"], "lb":{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.187820338Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:51.520278550Z", "updated_at":"2025-01-08T14:21:51.520278550Z", + "created_at":"2025-01-08T14:55:32.165190290Z", "updated_at":"2025-01-08T14:55:32.165190290Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -2477,9 +2475,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2487,41 +2485,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de84d1ea-0ba7-455a-ae4d-34fc83b82e71 + - 6fb9db2c-969b-45a6-81eb-8f8b387c5491 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.187820Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.549154Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.187820Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:27.343692Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:08.747565Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2531,9 +2529,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2541,7 +2539,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1406e184-4dfc-4415-9b26-60fd48dc27bb + - 5cb4bc89-36af-4d6e-b131-4702fd7afab3 status: 200 OK code: 200 duration: "" @@ -2551,7 +2549,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c?release_ip=false method: DELETE response: body: "" @@ -2561,9 +2559,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:51 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2571,41 +2569,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 209ccb99-73ad-4666-99e8-127bbfc997e7 + - e9d8be17-b201-4662-b468-367e457ada6a status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.474740Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:32.478053Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: - body: '{"id":"080615e5-436d-4aff-b298-8bf79de0408c", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"301740b1-6779-45ab-8170-3288f8299d2d", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:16:37.413235Z", - "updated_at":"2025-01-08T14:21:51.877802Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"271c1a4a-3764-4d72-9bd1-28409b666b4a", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:26:07.411135Z", + "updated_at":"2025-01-08T14:55:32.474740Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"080615e5-436d-4aff-b298-8bf79de0408c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", + "lb_id":"d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.835697Z", "updated_at":"2025-01-08T14:21:51.835011Z", + "created_at":"2025-01-08T14:55:04.765191Z", "updated_at":"2025-01-08T14:55:32.478053Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2615,9 +2613,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:52 GMT + - Wed, 08 Jan 2025 14:55:32 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2625,7 +2623,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0a2b0b75-7b68-4e2f-b76e-409ed4964929 + - a91a9d41-795e-4466-b764-067d08af0c36 status: 200 OK code: 200 duration: "" @@ -2635,7 +2633,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/080615e5-436d-4aff-b298-8bf79de0408c + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/d729d83a-33fe-42b8-825f-c9faee1f946c method: GET response: body: '{"message":"lbs not Found"}' @@ -2647,9 +2645,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2657,93 +2655,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b77e2832-6292-452b-a81d-5594b4f58a1e + - 15eaa58b-17a2-4d90-aee5-e98120d125dd status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2824" + - "2821" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2751,93 +2749,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1ed01aff-332d-4462-b89e-e570b29f6d64 + - 72964cac-1913-4a58-808d-a58dd57b7b18 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:47.132997+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:28.361728+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2824" + - "2821" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2845,15 +2843,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4d50fd42-05e6-40da-80eb-f0589aa8cc5c + - f76f7148-9612-490e-9000-f3a443385310 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", - "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": - "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "540ef9f8-e361-4849-a0b9-82f7d2a2c833", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action", + "href_result": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc", "started_at": + "2025-01-08T14:55:35.111623+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2861,13 +2859,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action method: POST response: - body: '{"task": {"id": "f82c0866-1532-419a-97d7-b47c3380c61e", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9/action", - "href_result": "/servers/54091df9-83c8-4aef-b023-ac469f9036a9", "started_at": - "2025-01-08T14:21:54.489300+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "540ef9f8-e361-4849-a0b9-82f7d2a2c833", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc/action", + "href_result": "/servers/e823d747-3a10-4963-8ce4-30654ee289fc", "started_at": + "2025-01-08T14:55:35.111623+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2877,11 +2875,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/f82c0866-1532-419a-97d7-b47c3380c61e + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/540ef9f8-e361-4849-a0b9-82f7d2a2c833 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2889,93 +2887,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41a788c1-6a7f-4c36-a580-2b492bf6cf86 + - 59833178-8202-4fbd-9425-1b3a0456ef7f status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:54 GMT + - Wed, 08 Jan 2025 14:55:34 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2983,93 +2981,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6513b446-5f7a-4791-8985-f1e82b77efc6 + - c1ba6279-0524-424c-ad9d-4756348a0149 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:59 GMT + - Wed, 08 Jan 2025 14:55:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3077,93 +3075,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a438479b-57a8-4673-a5cd-412400b867a1 + - 7862a845-56c1-4dd9-9193-be6406dbef72 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:04 GMT + - Wed, 08 Jan 2025 14:55:45 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3171,93 +3169,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b98df61-fdd9-48d0-81e4-a878290590d4 + - 42fe60c3-c820-475a-8fc3-eaff6ff4d7aa status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:09 GMT + - Wed, 08 Jan 2025 14:55:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3265,93 +3263,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aadb4247-90ef-44f5-863d-268b5973967a + - 53de311c-5080-49e8-aa8f-e9b4f95504c8 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:14 GMT + - Wed, 08 Jan 2025 14:55:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3359,93 +3357,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5130479a-015c-4a7d-94ba-190d3a3a1be1 + - 316d4e90-caf0-4bdc-9507-cfb34796d849 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:20 GMT + - Wed, 08 Jan 2025 14:56:00 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3453,93 +3451,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1205389e-8a56-41e4-8fe6-fef37a65a1ea + - 14b3c98b-2020-4e79-a6f6-52cf24b552de status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:25 GMT + - Wed, 08 Jan 2025 14:56:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3547,93 +3545,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 534bd6f9-e896-47a0-9d8d-270476660358 + - c6401d7d-e845-4855-950a-d3e6d27fa31f status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:30 GMT + - Wed, 08 Jan 2025 14:56:10 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3641,93 +3639,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f23b5dd9-cd6c-4528-bc9f-0cd9ab892f7b + - 85edc7a9-3b6f-4507-8eb7-d6a5926611ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:35 GMT + - Wed, 08 Jan 2025 14:56:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3735,93 +3733,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3007400d-65bd-4629-b37c-0da1d476b062 + - a332793a-5c4d-4d28-bdcf-3b96eac17c8e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": + "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:34.956453+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2784" + - "2781" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:40 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3829,38 +3827,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b8589eb1-cebd-44ef-9725-025f4c4b06ae + - c4f9cc19-7a49-44ac-bab9-23bce009f5c0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, - "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, + "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], - "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], + "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": - "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.492695+00:00", "modification_date": + "2025-01-08T14:56:22.914153+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -3868,50 +3866,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: GET response: - body: '{"server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman", + body: '{"server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-determined-lichterman", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, - "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": "51.15.249.44", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, + "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], - "mac_address": "de:00:00:8c:43:43", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], + "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.468454+00:00", "modification_date": - "2025-01-08T14:22:44.316912+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.492695+00:00", "modification_date": + "2025-01-08T14:56:22.914153+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2673" + - "2669" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:45 GMT + - Wed, 08 Jan 2025 14:56:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3919,7 +3917,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 116dfe9c-cbbc-4ff2-a235-e615246f581f + - cacaca24-fbe6-4d0b-8168-0f59619e0b1d status: 200 OK code: 200 duration: "" @@ -3929,7 +3927,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/54091df9-83c8-4aef-b023-ac469f9036a9 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/e823d747-3a10-4963-8ce4-30654ee289fc method: DELETE response: body: "" @@ -3939,9 +3937,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:45 GMT + - Wed, 08 Jan 2025 14:56:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3949,17 +3947,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4d298bc-8d66-4cd0-89f5-d9c01c9ee3b4 + - 288b6b8c-8a25-4791-bcaf-5984fe6732e7 status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.492695+00:00", "modification_date": "2025-01-08T14:56:26.708970+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/65dbbc57-7e27-456b-932f-2e166fb28b2a + method: GET + response: + body: '{"volume": {"id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.492695+00:00", "modification_date": "2025-01-08T14:56:26.708970+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "448" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:56:26 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0c2e8d09-190e-41dc-afa0-6ace316f5eb0 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/b5829fff-04cb-469f-bc8b-d5ddd03a0546 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/65dbbc57-7e27-456b-932f-2e166fb28b2a method: DELETE response: body: "" @@ -3969,9 +4009,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:45 GMT + - Wed, 08 Jan 2025 14:56:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3979,7 +4019,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 91fd9bd9-1e9c-449c-9e06-0a4c23b2588d + - 78292c02-473a-4676-9469-57b80c5a134a status: 204 No Content code: 204 duration: "" @@ -3999,9 +4039,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:46 GMT + - Wed, 08 Jan 2025 14:56:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4009,7 +4049,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ceeb016a-5894-4667-ba3c-5f3f2a6ccc2f + - 0edd8d1f-7c0b-4398-ae81-e2697ef6382c status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden index 7ce84ed01a..da36714693 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID c273395e-f4e7-4525-986e-7a14f6e5f2da +ID 78377ad0-ae5b-469c-82ed-1df3df8c45f1 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,10 +26,10 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[163.172.181.108 51.15.249.44] +[51.158.75.181 163.172.145.20] Lb: -ID 080615e5-436d-4aff-b298-8bf79de0408c +ID d729d83a-33fe-42b8-825f-c9faee1f946c Name cli-test Description cli-test Status ready @@ -48,14 +48,14 @@ Zone fr-par-1 IPs: ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 080615e5-436d-4aff-b298-8bf79de0408c 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 d729d83a-33fe-42b8-825f-c9faee1f946c 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -301740b1-6779-45ab-8170-3288f8299d2d pending - few seconds ago few seconds ago fr-par fr-par-1 +271c1a4a-3764-4d72-9bd1-28409b666b4a pending - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "c273395e-f4e7-4525-986e-7a14f6e5f2da", + "id": "78377ad0-ae5b-469c-82ed-1df3df8c45f1", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,17 +72,17 @@ ID STATUS IP ADDRESS CREATED AT UPDA "check_timeout": 1000 }, "pool": [ - "163.172.181.108", - "51.15.249.44" + "51.158.75.181", + "163.172.145.20" ], "lb": { - "id": "080615e5-436d-4aff-b298-8bf79de0408c", + "id": "d729d83a-33fe-42b8-825f-c9faee1f946c", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "301740b1-6779-45ab-8170-3288f8299d2d", + "id": "271c1a4a-3764-4d72-9bd1-28409b666b4a", "status": "pending", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -99,7 +99,7 @@ ID STATUS IP ADDRESS CREATED AT UPDA "ip_address": "51.159.9.37", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "080615e5-436d-4aff-b298-8bf79de0408c", + "lb_id": "d729d83a-33fe-42b8-825f-c9faee1f946c", "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml index 4fa5258974..9e0ff225fd 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", + "created_at":"2025-01-08T14:55:04.766283299Z", "updated_at":"2025-01-08T14:55:04.766283299Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357159Z", "updated_at":"2025-01-08T14:21:23.832357159Z", + "created_at":"2025-01-08T14:55:04.766283299Z", "updated_at":"2025-01-08T14:55:04.766283299Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "906" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:04 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed876a2c-17bc-4cb5-ae79-135feb241925 + - 130841e6-90ed-43ac-8ec5-e59cc1b9b242 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:04.766283Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:24.105037Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", + "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", + "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:04.766283Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1105" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:24 GMT + - Wed, 08 Jan 2025 14:55:05 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8696b9e4-a7a3-40e5-be54-f167606e06ee + - 1d0d0e6c-2fd2-4780-bf96-91587e8baa2d status: 200 OK code: 200 duration: "" - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:05.101684Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:05.110025Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:05.101684Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:24.111610Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:05.110025Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1107" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:26 GMT + - Wed, 08 Jan 2025 14:55:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6c6e22cf-dc27-4c45-957e-8e3f494532e2 + - 2deb06b6-f2e9-4154-832f-c985d725aaf6 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:08.832465Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:08.832465Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a684e9ee-7338-4696-8586-54e5c8fc3927 + - 1f579182-f794-4d4d-9cca-d811f928b76c status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b6dd5e3a-d4bb-4128-9163-3fc32f77d17c + - c2004614-5295-415a-80ba-9558d3a4cb6c X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:08 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10ebf685-9999-415b-a7e0-71cadedfc40f + - 6cdc262d-486e-47ad-b1f7-7a8022ea116a X-Total-Count: - "68" status: 200 OK @@ -1551,9 +1547,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1561,7 +1557,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d287a9a-56a5-4575-88d9-25189d8dc018 + - 8f9bc0ae-9bd7-4f26-952a-c73b2a6e0748 status: 200 OK code: 200 duration: "" @@ -1595,9 +1591,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1605,15 +1601,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a670d7a1-9c90-4fe6-bc58-22c8143262fc + - 63d40779-f3f9-4c1a-bfe5-8b4b429996d7 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + body: '{"ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}}' form: {} headers: Content-Type: @@ -1623,23 +1619,23 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + body: '{"ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}}' headers: Content-Length: - - "367" + - "366" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:28 GMT + - Wed, 08 Jan 2025 14:55:09 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/e4130a94-fec0-4d1d-8966-ecb30e6321b4 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/edc0aede-7472-4bd0-ab23-719bc71fb6dd Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1647,38 +1643,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20eab62c-a643-42c2-85e2-9efa0d81cb10 + - a14e17b4-6d6e-4dd0-89ec-b595c86ef9a8 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, - "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, + "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], - "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], + "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": - "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.351484+00:00", "modification_date": + "2025-01-08T14:55:10.351484+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1691,49 +1687,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, - "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, + "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], - "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], + "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": - "2025-01-08T14:21:29.601016+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.351484+00:00", "modification_date": + "2025-01-08T14:55:10.351484+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2673" + - "2653" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:29 GMT + - Wed, 08 Jan 2025 14:55:10 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1741,15 +1737,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1fce20b-2b2d-4206-b891-dcf8613a42e2 + - f65793d6-8983-4da0-aa7e-e25d7e20bde5 status: 201 Created code: 201 duration: "" - request: - body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", - "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": - "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "e5fdd153-bd8b-425d-95e2-e57b5d30b152", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action", + "href_result": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b", "started_at": + "2025-01-08T14:55:11.523606+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -1757,13 +1753,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action method: POST response: - body: '{"task": {"id": "07587a36-5cb7-4c8b-8427-f8deeb21810f", "description": - "server_batch_poweron", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", - "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": - "2025-01-08T14:21:30.231980+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "e5fdd153-bd8b-425d-95e2-e57b5d30b152", "description": + "server_batch_poweron", "status": "pending", "href_from": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action", + "href_result": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b", "started_at": + "2025-01-08T14:55:11.523606+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -1773,11 +1769,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/07587a36-5cb7-4c8b-8427-f8deeb21810f + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/e5fdd153-bd8b-425d-95e2-e57b5d30b152 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1785,38 +1781,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db854dcc-974e-41b9-ab4b-56097ba5b07c + - 57a2ab95-d568-437c-bdd0-2b88f2e007af status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1824,50 +1820,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "allocating node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "allocating node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2695" + - "2675" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:30 GMT + - Wed, 08 Jan 2025 14:55:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1875,93 +1871,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3ee26588-86a3-4204-8e8f-24d47e69dbe6 + - 8090d6d0-d375-4249-ae87-00fff5cb1b6e status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2794" + - "2773" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:35 GMT + - Wed, 08 Jan 2025 14:55:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1969,93 +1965,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 342d0296-505f-4c60-8176-29a0a3cca16f + - 96204de7-bca7-4344-bafc-5f81061a0336 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:11.279345+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2794" + - "2773" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:40 GMT + - Wed, 08 Jan 2025 14:55:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2063,93 +2059,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cb7c9e6b-0e2f-4192-8bea-dd14eb681461 + - d2f32d18-fff0-42d7-b2cf-18d8929038ef status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": + ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": + null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2794" + - "2804" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:45 GMT + - Wed, 08 Jan 2025 14:55:26 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2157,347 +2153,157 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e00e6cb-2231-4b2c-9de7-2def092f4c3f + - f0f30a4f-1396-49e4-9f43-9881c18c63f0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad - method: GET - response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"servers": [{"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": - "provisioning node", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:30.089146+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}}' - headers: - Content-Length: - - "2794" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:21:51 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 123cb56c-a03a-49d4-ba56-7020fc62441a - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "fr-par-1"}, {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' + null, "private_nics": [], "zone": "fr-par-1"}]}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"servers": [{"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-elastic-brahmagupta", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "65dbbc57-7e27-456b-932f-2e166fb28b2a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}}' - headers: - Content-Length: - - "2825" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Wed, 08 Jan 2025 14:21:56 GMT - Server: - - Scaleway API Gateway (fr-par-3;edge01) - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 710930fb-bf31-418b-86bc-a53e8a362c0b - status: 200 OK - code: 200 - duration: "" -- request: - body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", - "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": - "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", - "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", - "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "server": {"id": "e823d747-3a10-4963-8ce4-30654ee289fc", "name": "cli-srv-elastic-brahmagupta"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.492695+00:00", "tags": [], "zone": + "fr-par-1"}}, "tags": ["foo"], "state": "starting", "protected": false, "state_detail": + "provisioning node", "public_ip": {"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}, "public_ips": [{"id": "b64603cb-4fdf-4c7b-8586-27ad2e52356a", + "address": "51.158.75.181", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "693a7c36-81e5-4850-89e9-0f1aedc4574d"}], "mac_address": "de:00:00:8c:45:17", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.492695+00:00", + "modification_date": "2025-01-08T14:55:10.951569+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": - ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", - "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": - "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": + "17", "hypervisor_id": "1401", "node_id": "1"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}]}' - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers?order=creation_date_desc&tags=foo - method: GET - response: - body: '{"servers": [{"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + "fr-par-1"}, {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": - null, "private_nics": [], "zone": "fr-par-1"}, {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", - "name": "cli-srv-determined-lichterman", "arch": "x86_64", "commercial_type": - "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "hostname": "cli-srv-determined-lichterman", - "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 - Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": - "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, - "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", - "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": - null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "b5829fff-04cb-469f-bc8b-d5ddd03a0546", - "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": - null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "54091df9-83c8-4aef-b023-ac469f9036a9", "name": "cli-srv-determined-lichterman"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:29.468454+00:00", "tags": [], "zone": - "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", "address": - "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", - "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}, "public_ips": [{"id": "19ce87f1-271b-4d40-a9ad-b7328750243c", - "address": "51.15.249.44", "dynamic": false, "gateway": "62.210.0.1", "netmask": - "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "3509b999-1c08-460c-af89-6e09f281118b"}], "mac_address": "de:00:00:8c:43:43", - "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.468454+00:00", - "modification_date": "2025-01-08T14:21:54.356255+00:00", "bootscript": null, - "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default - security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "34", "hypervisor_id": "502", "node_id": "8"}, "maintenances": [], "allowed_actions": - ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": - "fr-par-1"}]}' + null, "private_nics": [], "zone": "fr-par-1"}]}' headers: Content-Length: - - "5602" + - "5587" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:56 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Link: - ; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2505,55 +2311,55 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21f83334-9d05-4cee-adb6-25a9c78351a3 + - 47cbd9f8-748b-40f2-8e0c-af3b897f8764 X-Total-Count: - "2" status: 200 OK code: 200 duration: "" - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:08.832465Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:27.050834Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:08.832465Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:56 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2561,7 +2367,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5958bb37-59fa-4877-ade0-ef578f24f035 + - e782fc79-f327-4f1f-9093-d2e5609e46dd status: 200 OK code: 200 duration: "" @@ -2571,7 +2377,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a?release_ip=false method: DELETE response: body: "" @@ -2581,9 +2387,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:56 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2591,53 +2397,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80c5265e-b3d4-41cf-b407-768de7b849b8 + - bad15e1e-2c0d-42a2-b84c-25f3a1855882 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:27.426631Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: - body: '{"id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"1957a132-1cfa-4185-a25c-8dd12cb4b752", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:20:37.786499Z", - "updated_at":"2025-01-08T14:21:25.665710Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"202b4bc6-a8c5-4284-a1b0-20214768478d", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:53:21.584626Z", + "updated_at":"2025-01-08T14:55:07.092342Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"2fc51e1b-c688-499e-a361-6f0556f5d004", "ip_address":"195.154.72.244", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"84b07206-c9b0-4119-acad-8636a3b8f6d5", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"670614b3-c34c-4f42-bb91-0d14964ba86a", "reverse":"195-154-72-244.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:23.832357Z", "updated_at":"2025-01-08T14:21:56.625940Z", + "created_at":"2025-01-08T14:55:04.766283Z", "updated_at":"2025-01-08T14:55:27.426631Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1106" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:56 GMT + - Wed, 08 Jan 2025 14:55:27 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2645,7 +2451,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b2b0233-8f66-44bb-a0d7-90e5279b76b8 + - 4f4932a3-04d5-4196-9b37-301c7baa628c status: 200 OK code: 200 duration: "" @@ -2655,7 +2461,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/84b07206-c9b0-4119-acad-8636a3b8f6d5 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/670614b3-c34c-4f42-bb91-0d14964ba86a method: GET response: body: '{"message":"lbs not Found"}' @@ -2667,9 +2473,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:58 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2677,93 +2483,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d43dc2a-60d1-4ac8-8a18-ca105edcee23 + - 9023fd15-e5bb-43b7-9825-411904bfbc90 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2825" + - "2804" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:58 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2771,93 +2577,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fbcb9529-880a-460a-b218-226a9f132f1e + - 28d3c1c5-d3a5-446b-88a4-2429b55324db status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "running", "protected": false, "state_detail": - "booting kernel", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "booting kernel", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:53.488950+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:24.374808+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["poweroff", "terminate", "reboot", "stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2825" + - "2804" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:58 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2865,15 +2671,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35737836-b545-4bd9-ab5e-6ccbfdc8bc19 + - af4ec72d-0b12-44cb-bced-6cbe75e93898 status: 200 OK code: 200 duration: "" - request: - body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", - "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": - "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "8cb00081-26b5-4f5a-a100-5da5c93275b3", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action", + "href_result": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b", "started_at": + "2025-01-08T14:55:30.132109+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' form: {} headers: @@ -2881,13 +2687,13 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action method: POST response: - body: '{"task": {"id": "7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce", "description": - "server_poweroff", "status": "pending", "href_from": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad/action", - "href_result": "/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "started_at": - "2025-01-08T14:21:59.375197+00:00", "terminated_at": null, "progress": 0, "zone": + body: '{"task": {"id": "8cb00081-26b5-4f5a-a100-5da5c93275b3", "description": + "server_poweroff", "status": "pending", "href_from": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b/action", + "href_result": "/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b", "started_at": + "2025-01-08T14:55:30.132109+00:00", "terminated_at": null, "progress": 0, "zone": "fr-par-1"}}' headers: Content-Length: @@ -2897,11 +2703,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:59 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/7b9ca52a-2fcc-4de0-b86f-02b3ac3a3fce + - https://api.scaleway.com/instance/v1/zones/fr-par-1/tasks/8cb00081-26b5-4f5a-a100-5da5c93275b3 Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2909,93 +2715,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c2fa7675-e76a-4ca6-a487-a7774ce77f71 + - 5de016d3-f249-4ddd-926c-f5817c235f18 status: 202 Accepted code: 202 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:59 GMT + - Wed, 08 Jan 2025 14:55:29 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3003,93 +2809,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1368faa3-6626-4cbb-ba50-5597e239d9ba + - 274bcce9-795a-47bd-8164-ca7151308da2 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:04 GMT + - Wed, 08 Jan 2025 14:55:35 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3097,93 +2903,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d039f48-8aac-479b-93fc-15ab7ceaad49 + - b3865f36-821a-410a-9418-45517e3a09dd status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:09 GMT + - Wed, 08 Jan 2025 14:55:40 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3191,93 +2997,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43ed9fca-9054-4d2d-b07e-411ec42a0363 + - 6e9f7bfe-1106-4df1-8fa8-9361938b20d3 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:14 GMT + - Wed, 08 Jan 2025 14:55:45 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3285,93 +3091,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 915f32fc-5b18-46ab-a6c7-7d5b9a2092eb + - dabbb504-247e-47f2-87ea-bd2e4d972e25 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:20 GMT + - Wed, 08 Jan 2025 14:55:50 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3379,93 +3185,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a47a090e-3018-4940-bbf4-68af30402895 + - 6b076e72-809f-43b7-909c-14a7a78148e0 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:24 GMT + - Wed, 08 Jan 2025 14:55:55 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3473,93 +3279,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7b1fd8ca-7bba-47e7-b49a-df85148bfda6 + - 9eacfa92-bba9-4fce-93d7-e665453511f7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:30 GMT + - Wed, 08 Jan 2025 14:56:01 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3567,93 +3373,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 89ecbe6f-8436-4e6b-b396-894c529b4997 + - d26bd6d4-7f59-4f12-a9c0-78554d7861a7 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:35 GMT + - Wed, 08 Jan 2025 14:56:06 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3661,93 +3467,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff011e82-892e-43ff-bc21-e94a880e0211 + - 8b01cf0f-1c4e-4445-8120-59899da2ee93 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:40 GMT + - Wed, 08 Jan 2025 14:56:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3755,93 +3561,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5cffa87-bf0b-45df-8e1b-736694b59470 + - 146b92fc-8617-411e-85bd-67fdead92454 status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopping", "protected": false, "state_detail": - "stopping", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": - "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", + "stopping", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": + "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", - "address": "163.172.181.108", "dynamic": false, "gateway": "62.210.0.1", "netmask": + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", + "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", "provisioning_mode": "dhcp", "tags": [], "state": "attached", - "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], "mac_address": "de:00:00:8c:43:45", + "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": - true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:59.204553+00:00", "bootscript": null, + true, "enable_ipv6": false, "private_ip": null, "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:29.993962+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": {"zone_id": "par1", "platform_id": "14", "cluster_id": - "37", "hypervisor_id": "101", "node_id": "31"}, "maintenances": [], "allowed_actions": + "19", "hypervisor_id": "801", "node_id": "2"}, "maintenances": [], "allowed_actions": ["stop_in_place", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2785" + - "2764" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:45 GMT + - Wed, 08 Jan 2025 14:56:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3849,38 +3655,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 259b32a9-3491-433c-91a7-2f91646986f3 + - e87be794-0d76-48e8-99f9-06c1bc645a2a status: 200 OK code: 200 duration: "" - request: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, - "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, + "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], - "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], + "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": - "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.351484+00:00", "modification_date": + "2025-01-08T14:56:16.813089+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -3888,50 +3694,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: GET response: - body: '{"server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty", + body: '{"server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-interesting-mcnulty", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", + "hostname": "cli-srv-awesome-haibt", "image": {"id": "655aeea7-8a30-418a-bc2e-3c04e3fdc8aa", "name": "Ubuntu 18.04 Bionic Beaver", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "27a6459c-efe6-4327-a062-b21a17f3143d", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2023-08-08T13:36:04.744241+00:00", "modification_date": "2023-08-08T13:36:04.744241+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "772ce64e-c444-4ac4-acf3-da99471f26f0", + "volumes": {"0": {"boot": false, "id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "90a2af1d-da01-4f49-b3ea-82d084c3e0ad", "name": "cli-srv-interesting-mcnulty"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:29.601016+00:00", - "modification_date": "2025-01-08T14:21:29.601016+00:00", "tags": [], "zone": + "server": {"id": "df21b5c3-7504-4f50-96e2-860b8c7abd0b", "name": "cli-srv-awesome-haibt"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:55:10.351484+00:00", + "modification_date": "2025-01-08T14:55:10.351484+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": ["foo"], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "", "public_ip": {"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}, - "public_ips": [{"id": "e4130a94-fec0-4d1d-8966-ecb30e6321b4", "address": "163.172.181.108", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}, + "public_ips": [{"id": "edc0aede-7472-4bd0-ab23-719bc71fb6dd", "address": "163.172.145.20", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "fa874043-5f66-4025-9da6-51c09ec69680"}], - "mac_address": "de:00:00:8c:43:45", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "91c97a49-99f0-4238-acfe-ef5ad6f23755"}], + "mac_address": "de:00:00:8c:45:15", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:29.601016+00:00", "modification_date": - "2025-01-08T14:22:47.282451+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:55:10.351484+00:00", "modification_date": + "2025-01-08T14:56:16.813089+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2673" + - "2653" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:50 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3939,7 +3745,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 302dc295-323f-48df-b6b4-fb10eb2e392a + - eacc07f9-2418-4198-8fe3-5282597d7288 status: 200 OK code: 200 duration: "" @@ -3949,7 +3755,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/90a2af1d-da01-4f49-b3ea-82d084c3e0ad + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/df21b5c3-7504-4f50-96e2-860b8c7abd0b method: DELETE response: body: "" @@ -3959,9 +3765,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:50 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3969,17 +3775,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f289ec2e-c254-4b28-95a8-c868608d105d + - 537beca3-6c2e-4f9d-ab34-f46ee948f4b6 status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.351484+00:00", "modification_date": "2025-01-08T14:56:21.660469+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a02ec900-3da3-445e-a08e-25de62ae6d4a + method: GET + response: + body: '{"volume": {"id": "a02ec900-3da3-445e-a08e-25de62ae6d4a", "name": "Ubuntu + 18.04 Bionic Beaver", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:55:10.351484+00:00", "modification_date": "2025-01-08T14:56:21.660469+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "448" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:56:21 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 74e3096f-0cdc-439d-96ff-53b5c4d34523 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/772ce64e-c444-4ac4-acf3-da99471f26f0 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/a02ec900-3da3-445e-a08e-25de62ae6d4a method: DELETE response: body: "" @@ -3989,9 +3837,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:51 GMT + - Wed, 08 Jan 2025 14:56:21 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -3999,7 +3847,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4cc1d11d-31ef-44da-8f3b-056baa49bf44 + - dba5d28b-82ac-4f45-9d31-dd3214a4ca48 status: 204 No Content code: 204 duration: "" @@ -4009,7 +3857,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/2fc51e1b-c688-499e-a361-6f0556f5d004 method: DELETE response: body: "" @@ -4019,9 +3867,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:22:51 GMT + - Wed, 08 Jan 2025 14:56:22 GMT Server: - - Scaleway API Gateway (fr-par-3;edge01) + - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -4029,7 +3877,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9947a027-93e5-40dd-aee3-7dbd8a22238c + - e9f08837-26a3-4708-82dd-964b5c1d9fc4 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden index 32e5fd9942..a04a228895 100644 --- a/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden +++ b/internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag.golden @@ -1,9 +1,9 @@ 🎲🎲🎲 EXIT CODE: 1 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ Hint: -Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad +Private ip are assigned when the server boots, start yours with: scw instance server start e823d747-3a10-4963-8ce4-30654ee289fc πŸŸ₯πŸŸ₯πŸŸ₯ JSON STDERR πŸŸ₯πŸŸ₯πŸŸ₯ { - "message": "server 90a2af1d-da01-4f49-b3ea-82d084c3e0ad (cli-srv-interesting-mcnulty) does not have a private ip", - "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start 90a2af1d-da01-4f49-b3ea-82d084c3e0ad" + "message": "server e823d747-3a10-4963-8ce4-30654ee289fc (cli-srv-elastic-brahmagupta) does not have a private ip", + "hint": "Private ip are assigned when the server boots, start yours with: scw instance server start e823d747-3a10-4963-8ce4-30654ee289fc" } diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml index 79271a424f..014643d218 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", + "created_at":"2025-01-08T14:58:07.237298551Z", "updated_at":"2025-01-08T14:58:07.237298551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,27 +21,27 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734472Z", "updated_at":"2025-01-08T14:20:28.721734472Z", + "created_at":"2025-01-08T14:58:07.237298551Z", "updated_at":"2025-01-08T14:58:07.237298551Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "902" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:28 GMT + - Wed, 08 Jan 2025 14:58:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -49,53 +49,49 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75aef4bc-7049-4c36-9aa1-d161f75c7ee3 + - caec4fcf-de2d-44a1-a34a-6bf0191dc999 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:07.237299Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"to_create", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"unknown", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:29.027209Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:28.721734Z", + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", + "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:07.237299Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1106" + - "896" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:29 GMT + - Wed, 08 Jan 2025 14:58:07 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -103,53 +99,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4583eca-c078-4b77-8a22-7e1b137dbb85 + - 14bc12a0-5fb8-4d98-9b7e-acf6e11861b8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:09.150399Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:07.506813Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:09.150399Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:29.035109Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:07.506813Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1101" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:31 GMT + - Wed, 08 Jan 2025 14:58:09 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -157,53 +153,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d333c7f2-4f63-42a8-a4a4-de5fdc70b549 + - 8b9896de-a439-4ebb-9fe4-615b4f7767d1 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:09.150399Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:30.813573Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:09.150399Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1098" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:33 GMT + - Wed, 08 Jan 2025 14:58:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7fab553f-3e6d-490b-a603-d19d970a6470 + - e2b45b43-6af2-4cac-87c5-8058b15bd769 status: 200 OK code: 200 duration: "" @@ -1133,12 +1129,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:33 GMT + - Wed, 08 Jan 2025 14:58:11 GMT Link: - ; rel="next",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 69e84cfc-f786-45f7-b414-3591da2ecd50 + - 2509ff9c-7731-43ff-976c-a3df219f75ac X-Total-Count: - "68" status: 200 OK @@ -1496,12 +1492,12 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:32 GMT + - Wed, 08 Jan 2025 14:58:11 GMT Link: - ; rel="first",; rel="previous",; rel="last" Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f4afca3-f0b7-42af-9c71-f6695cf7a0e0 + - e6bd3bee-610d-4513-bdbe-14a884d923b2 X-Total-Count: - "68" status: 200 OK @@ -1563,9 +1559,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:33 GMT + - Wed, 08 Jan 2025 14:58:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1573,7 +1569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12c9fa8e-9bc9-4672-bbef-462b653b622b + - 56630b69-a1c7-4e9c-a7d3-3527d9899c80 status: 200 OK code: 200 duration: "" @@ -1607,9 +1603,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:33 GMT + - Wed, 08 Jan 2025 14:58:11 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1617,15 +1613,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a8b570ef-6029-4f4c-87f6-4525fe095ba2 + - e5f90713-104d-4218-84d0-8d06204e1ace status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + body: '{"ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}}' form: {} headers: Content-Type: @@ -1635,10 +1631,10 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + body: '{"ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}}' headers: Content-Length: - "366" @@ -1647,11 +1643,11 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:33 GMT + - Wed, 08 Jan 2025 14:58:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/77c55ccf-e1dd-4052-ace3-32be2de61ffd + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/3bedc4d2-9d61-40ec-9e32-3020d444069e Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1659,38 +1655,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 434e7874-6405-43ef-9512-5b1ef66fb7fc + - aafc53c1-6d97-4fcb-ae0a-a09b7bc9cd24 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", + body: '{"server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-nice-torvalds", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", + "volumes": {"0": {"boot": false, "id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", - "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": + "server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:58:12.775072+00:00", + "modification_date": "2025-01-08T14:58:12.775072+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "", "public_ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, - "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}, + "public_ips": [{"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], - "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}], + "mac_address": "de:00:00:8c:45:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": - "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:58:12.775072+00:00", "modification_date": + "2025-01-08T14:58:12.775072+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1703,49 +1699,49 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", + body: '{"server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-nice-torvalds", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", + "volumes": {"0": {"boot": false, "id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", - "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": + "server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:58:12.775072+00:00", + "modification_date": "2025-01-08T14:58:12.775072+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "", "public_ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, - "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}, + "public_ips": [{"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], - "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}], + "mac_address": "de:00:00:8c:45:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": - "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:58:12.775072+00:00", "modification_date": + "2025-01-08T14:58:12.775072+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2657" + - "2642" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:34 GMT + - Wed, 08 Jan 2025 14:58:12 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/da31229e-e53c-41db-b3d6-531fa2a22f41 Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1753,30 +1749,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 449b9026-a2ce-42b9-aefe-f36439dfb702 + - d69aadff-f431-479f-bee9-88b467093055 status: 201 Created code: 201 duration: "" - request: - body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.407991992Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", + "created_at":"2025-01-08T14:58:13.385599409Z", "updated_at":"2025-01-08T14:58:13.385599409Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1786,42 +1782,42 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e/backends method: POST response: - body: '{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.170261162Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.407991992Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149546974Z", "updated_at":"2025-01-08T14:20:35.149546974Z", + "created_at":"2025-01-08T14:58:13.385599409Z", "updated_at":"2025-01-08T14:58:13.385599409Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1965" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:35 GMT + - Wed, 08 Jan 2025 14:58:13 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1829,99 +1825,99 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bde0c04c-fd00-4e1d-8d26-7eba847bd240 + - 32bb97a8-9e70-497a-bd9c-377370bd04f4 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "created_at":"2025-01-08T14:58:13.385599Z", "updated_at":"2025-01-08T14:58:13.385599Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "timeout_queue":null}, "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.840081705Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", - "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:58:13.800262Z", + "updated_at":"2025-01-08T14:58:13.800262Z", "enable_http3":false}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588/frontends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e/frontends method: POST response: - body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "created_at":"2025-01-08T14:58:13.385599Z", "updated_at":"2025-01-08T14:58:13.385599Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.497618855Z", "region":"fr-par", "zone":"fr-par-1"}], + "timeout_queue":null}, "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.840081705Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", - "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:58:13.800262Z", + "updated_at":"2025-01-08T14:58:13.800262Z", "enable_http3":false}' headers: Content-Length: - - "3136" + - "3132" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:35 GMT + - Wed, 08 Jan 2025 14:58:13 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -1929,93 +1925,93 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7db3e870-f295-4e07-83dd-eb6db41eab5b + - 6b24ed2f-46d8-4d59-befc-74b0cf22ddc8 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "created_at":"2025-01-08T14:58:13.385599Z", "updated_at":"2025-01-08T14:58:13.385599Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "timeout_queue":null}, "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", - "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:58:13.800262Z", + "updated_at":"2025-01-08T14:58:13.800262Z", "enable_http3":false}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/fa50b47b-79e0-4936-bfea-f5d2f743b6e2 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/frontends/b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d method: GET response: - body: '{"id":"fa50b47b-79e0-4936-bfea-f5d2f743b6e2", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", + "tcp_config":{}}, "pool":[], "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:20:35.149547Z", "updated_at":"2025-01-08T14:20:35.149547Z", + "created_at":"2025-01-08T14:58:13.385599Z", "updated_at":"2025-01-08T14:58:13.385599Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", + "timeout_queue":null}, "lb":{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"0976939a-6601-4777-a155-471c7fb73588", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:20:35.438421Z", - "updated_at":"2025-01-08T14:20:35.438421Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:58:13.800262Z", + "updated_at":"2025-01-08T14:58:13.800262Z", "enable_http3":false}' headers: Content-Length: - - "2925" + - "2921" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:35 GMT + - Wed, 08 Jan 2025 14:58:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2023,41 +2019,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bd3fef33-8b49-469f-aa1a-57b25f2f1081 + - a9de4822-3654-4527-a529-2e806d0311f7 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.840082Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:13.840082Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:32.163002Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:10.466552Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2067,9 +2063,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:35 GMT + - Wed, 08 Jan 2025 14:58:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2077,7 +2073,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10ab8248-33dc-4876-9be5-694dc90c4aff + - 0f5428c8-6c40-4075-8872-3f3101c689d2 status: 200 OK code: 200 duration: "" @@ -2087,7 +2083,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e?release_ip=false method: DELETE response: body: "" @@ -2097,9 +2093,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:36 GMT + - Wed, 08 Jan 2025 14:58:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2107,53 +2103,53 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7fe4931-dcff-47a1-8138-77580077ae27 + - 517e8030-74df-49ab-a2ea-63f7266c875f status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:14.176224Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:14.234029Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: - body: '{"id":"0976939a-6601-4777-a155-471c7fb73588", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"8417df8e-5622-48a0-b896-2f667d0056be", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:19:07.565217Z", - "updated_at":"2025-01-08T14:20:35.814284Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"f56ac9be-13a7-43e2-bdc3-e5a78fedd02f", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:56:41.999204Z", + "updated_at":"2025-01-08T14:58:14.176224Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"17d14d08-6301-4ca1-a4e8-ef1852b3784f", "ip_address":"51.158.56.82", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"0976939a-6601-4777-a155-471c7fb73588", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"569b9f8a-060d-4187-9e17-51ec8cbd148e", "reverse":"51-158-56-82.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:20:28.721734Z", "updated_at":"2025-01-08T14:20:35.978752Z", + "created_at":"2025-01-08T14:58:07.237299Z", "updated_at":"2025-01-08T14:58:14.234029Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1102" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:36 GMT + - Wed, 08 Jan 2025 14:58:14 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2161,7 +2157,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c494adfc-2dc7-4388-87e0-1bb6e94d77f0 + - 33f0c88e-9c4b-4a73-b89a-e4cb889eeb50 status: 200 OK code: 200 duration: "" @@ -2171,7 +2167,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/0976939a-6601-4777-a155-471c7fb73588 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/569b9f8a-060d-4187-9e17-51ec8cbd148e method: GET response: body: '{"message":"lbs not Found"}' @@ -2183,9 +2179,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:38 GMT + - Wed, 08 Jan 2025 14:58:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2193,38 +2189,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 898276a8-e8e8-49e8-bda5-df388d6a84fe + - 65ea4a9f-c5a3-4297-8ff6-9888f163e4c5 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", + body: '{"server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-nice-torvalds", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", + "volumes": {"0": {"boot": false, "id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", - "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": + "server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:58:12.775072+00:00", + "modification_date": "2025-01-08T14:58:12.775072+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "", "public_ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, - "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}, + "public_ips": [{"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], - "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}], + "mac_address": "de:00:00:8c:45:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": - "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:58:12.775072+00:00", "modification_date": + "2025-01-08T14:58:12.775072+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -2232,50 +2228,50 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/da31229e-e53c-41db-b3d6-531fa2a22f41 method: GET response: - body: '{"server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev", + body: '{"server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-laughing-mendeleev", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-nice-torvalds", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "418b66cd-32f5-422a-a800-b4b1e3586c3e", + "volumes": {"0": {"boot": false, "id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "bfd0f3b7-7ea6-4066-8913-b88347d69244", "name": "cli-srv-laughing-mendeleev"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:20:34.389662+00:00", - "modification_date": "2025-01-08T14:20:34.389662+00:00", "tags": [], "zone": + "server": {"id": "da31229e-e53c-41db-b3d6-531fa2a22f41", "name": "cli-srv-nice-torvalds"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:58:12.775072+00:00", + "modification_date": "2025-01-08T14:58:12.775072+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "", "public_ip": {"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}, - "public_ips": [{"id": "77c55ccf-e1dd-4052-ace3-32be2de61ffd", "address": "51.158.118.212", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}, + "public_ips": [{"id": "3bedc4d2-9d61-40ec-9e32-3020d444069e", "address": "163.172.189.82", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20b7b313-0a47-4164-bf90-497cda4f615b"}], - "mac_address": "de:00:00:8c:43:2b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "1bd2c410-69da-45ce-b6c9-a17482dba3eb"}], + "mac_address": "de:00:00:8c:45:45", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:20:34.389662+00:00", "modification_date": - "2025-01-08T14:20:34.389662+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T14:58:12.775072+00:00", "modification_date": + "2025-01-08T14:58:12.775072+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2657" + - "2642" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:38 GMT + - Wed, 08 Jan 2025 14:58:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2283,7 +2279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49f05114-cef8-4446-97fc-36f41726612d + - 3f1381cb-5f26-45c9-960b-05101c9a6a14 status: 200 OK code: 200 duration: "" @@ -2293,7 +2289,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/bfd0f3b7-7ea6-4066-8913-b88347d69244 + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/da31229e-e53c-41db-b3d6-531fa2a22f41 method: DELETE response: body: "" @@ -2303,9 +2299,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:38 GMT + - Wed, 08 Jan 2025 14:58:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2313,17 +2309,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 578afaef-d6b3-46f2-be62-a50bb595d92a + - 0ec1429f-fb22-4164-90db-833c2347ade2 status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:58:12.775072+00:00", "modification_date": "2025-01-08T14:58:16.606034+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/868d42ce-6bae-4004-be98-60d078f143fa + method: GET + response: + body: '{"volume": {"id": "868d42ce-6bae-4004-be98-60d078f143fa", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T14:58:12.775072+00:00", "modification_date": "2025-01-08T14:58:16.606034+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "446" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 14:58:16 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge03) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4a374d50-1161-4eac-ad45-c10259f3dc34 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/418b66cd-32f5-422a-a800-b4b1e3586c3e + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/868d42ce-6bae-4004-be98-60d078f143fa method: DELETE response: body: "" @@ -2333,9 +2371,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:38 GMT + - Wed, 08 Jan 2025 14:58:16 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2343,7 +2381,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6fcde547-427b-4953-97aa-c1cc4064cc50 + - 64717ae3-8bdf-4478-831b-481c8d0aeccb status: 204 No Content code: 204 duration: "" @@ -2353,7 +2391,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/17d14d08-6301-4ca1-a4e8-ef1852b3784f method: DELETE response: body: "" @@ -2363,9 +2401,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:20:39 GMT + - Wed, 08 Jan 2025 14:58:17 GMT Server: - - Scaleway API Gateway (fr-par-3;edge02) + - Scaleway API Gateway (fr-par-3;edge03) Strict-Transport-Security: - max-age=63072000 X-Content-Type-Options: @@ -2373,7 +2411,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 35ec9993-189b-4eb3-afb2-0bc6af8ff432 + - 01557c96-9b2a-4a93-867d-39e6368cf341 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden index f2930d5352..0ec1a431fb 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID fa50b47b-79e0-4936-bfea-f5d2f743b6e2 +ID b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d Name cli-test InboundPort 8888 TimeoutClient 5m0s @@ -9,7 +9,7 @@ UpdatedAt few seconds ago EnableHTTP3 false Lb: -ID 0976939a-6601-4777-a155-471c7fb73588 +ID 569b9f8a-060d-4187-9e17-51ec8cbd148e Name cli-test Description cli-test Status ready @@ -27,14 +27,14 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +17d14d08-6301-4ca1-a4e8-ef1852b3784f 51.158.56.82 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 569b9f8a-060d-4187-9e17-51ec8cbd148e 51-158-56-82.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE Backend: -ID 4ec2aef8-125b-4bf3-8ea4-3d44875e7b47 +ID 89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -63,7 +63,7 @@ Pool: [] Lb: -ID 0976939a-6601-4777-a155-471c7fb73588 +ID 569b9f8a-060d-4187-9e17-51ec8cbd148e Name cli-test Description cli-test Status ready @@ -81,18 +81,18 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 0976939a-6601-4777-a155-471c7fb73588 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +17d14d08-6301-4ca1-a4e8-ef1852b3784f 51.158.56.82 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 569b9f8a-060d-4187-9e17-51ec8cbd148e 51-158-56-82.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "fa50b47b-79e0-4936-bfea-f5d2f743b6e2", + "id": "b8cb3a5e-8735-48ff-9c5b-e3fc21520c0d", "name": "cli-test", "inbound_port": 8888, "backend": { - "id": "4ec2aef8-125b-4bf3-8ea4-3d44875e7b47", + "id": "89f4e4d1-f1b7-40a6-a725-8b1b74ca3c9c", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -110,7 +110,7 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE }, "pool": [], "lb": { - "id": "0976939a-6601-4777-a155-471c7fb73588", + "id": "569b9f8a-060d-4187-9e17-51ec8cbd148e", "name": "cli-test", "description": "cli-test", "status": "ready", @@ -119,12 +119,12 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address": "51.159.25.215", + "id": "17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address": "51.158.56.82", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "0976939a-6601-4777-a155-471c7fb73588", - "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "lb_id": "569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse": "51-158-56-82.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" @@ -160,7 +160,7 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE "timeout_tunnel": 900000 }, "lb": { - "id": "0976939a-6601-4777-a155-471c7fb73588", + "id": "569b9f8a-060d-4187-9e17-51ec8cbd148e", "name": "cli-test", "description": "cli-test", "status": "ready", @@ -169,12 +169,12 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address": "51.159.25.215", + "id": "17d14d08-6301-4ca1-a4e8-ef1852b3784f", + "ip_address": "51.158.56.82", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "0976939a-6601-4777-a155-471c7fb73588", - "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "lb_id": "569b9f8a-060d-4187-9e17-51ec8cbd148e", + "reverse": "51-158-56-82.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1" From 5336cebc3b4f27b38f23994bb9484ee5ab590ef4 Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Wed, 8 Jan 2025 16:05:23 +0100 Subject: [PATCH 4/5] fix --- internal/namespaces/lb/v1/custom_lb.go | 2 +- .../test-get-stats-simple.cassette.yaml | 656 +++++++++--------- .../v1/testdata/test-get-stats-simple.golden | 10 +- 3 files changed, 353 insertions(+), 315 deletions(-) diff --git a/internal/namespaces/lb/v1/custom_lb.go b/internal/namespaces/lb/v1/custom_lb.go index 686f1984f0..7a13d52c96 100644 --- a/internal/namespaces/lb/v1/custom_lb.go +++ b/internal/namespaces/lb/v1/custom_lb.go @@ -225,7 +225,7 @@ func lbUpdateBuilder(c *core.Command) *core.Command { } func lbDeleteBuilder(c *core.Command) *core.Command { - c.WaitFunc = func(ctx context.Context, argsI interface{}, respI interface{}) (interface{}, error) { + c.WaitFunc = func(ctx context.Context, argsI interface{}, _ interface{}) (interface{}, error) { api := lb.NewZonedAPI(core.ExtractClient(ctx)) waitForLb, err := api.WaitForLb(&lb.ZonedAPIWaitForLBRequest{ LBID: argsI.(*lb.ZonedAPIDeleteLBRequest).LBID, diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml index 3310b21cc7..2375812996 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.cassette.yaml @@ -2,15 +2,15 @@ version: 1 interactions: - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", - "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:04:23.052423124Z", + "updated_at":"2025-01-08T15:04:23.052423124Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: @@ -21,15 +21,15 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", - "ip_address":"51.159.24.8", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", - "reverse":"51-159-24-8.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, - "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T14:26:33.223263047Z", - "updated_at":"2025-01-08T14:26:33.223263047Z", "private_network_count":0, "route_count":0, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:04:23.052423124Z", + "updated_at":"2025-01-08T15:04:23.052423124Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -39,7 +39,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:33 GMT + - Wed, 08 Jan 2025 15:04:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -49,51 +49,47 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 80f02104-ae49-46e6-b0f9-194bf4d61a70 + - e05d4cc3-1cb6-42f6-b147-3063e6a023b0 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:04:23.052423Z", + "updated_at":"2025-01-08T15:04:23.052423Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"unknown", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:33.536372Z", "region":"fr-par", "zone":"fr-par-1"}], - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", - "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", - "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, - "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:04:23.052423Z", + "updated_at":"2025-01-08T15:04:23.052423Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1101" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:33 GMT + - Wed, 08 Jan 2025 15:04:23 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -103,41 +99,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6285ed58-da3b-42c8-9dec-a0cc068b78a6 + - 64ca18d7-510b-4672-9489-520637149649 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:25.101123Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:23.299840Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:25.101123Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:33.548063Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:23.299840Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -147,7 +143,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:35 GMT + - Wed, 08 Jan 2025 15:04:25 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -157,41 +153,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03c657d3-bb03-4fa0-954a-1889db26bfa8 + - edfabd8e-c43e-4109-bf78-68a3749c6386 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:25.101123Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:35.569500Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:25.101123Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -201,7 +197,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:37 GMT + - Wed, 08 Jan 2025 15:04:27 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -211,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af615447-001b-4263-932f-66430aa191c7 + - 45d662f3-bdf8-4039-a2b8-d4e96da1b96e status: 200 OK code: 200 duration: "" @@ -1133,7 +1129,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:37 GMT + - Wed, 08 Jan 2025 15:04:27 GMT Link: - ; rel="next",; rel="last" @@ -1146,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50543c31-349f-4c74-8d32-4b7889bed510 + - 91e0ddef-03d0-4f8a-a27c-d0e50b94e18e X-Total-Count: - "68" status: 200 OK @@ -1496,7 +1492,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:37 GMT + - Wed, 08 Jan 2025 15:04:27 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -1509,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7bff8317-f39f-4c8a-9c68-4ea9ebd3709c + - 0e68cc02-47e9-4164-bf25-8180a12eb9a7 X-Total-Count: - "68" status: 200 OK @@ -1563,7 +1559,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:37 GMT + - Wed, 08 Jan 2025 15:04:27 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1573,7 +1569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf5146b4-00c3-4d4c-b13b-5fc78e670659 + - 8f499365-2f5d-45ab-91b9-1e8260c60f7c status: 200 OK code: 200 duration: "" @@ -1607,7 +1603,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:37 GMT + - Wed, 08 Jan 2025 15:04:27 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1617,15 +1613,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 284a0e31-47d8-40ed-971a-3375af2ca4c5 + - 4f6f8905-03b2-4f93-b0e3-b8997f2ff1d1 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + body: '{"ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}}' form: {} headers: Content-Type: @@ -1635,10 +1631,10 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + body: '{"ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}}' headers: Content-Length: - "365" @@ -1647,9 +1643,9 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:38 GMT + - Wed, 08 Jan 2025 15:04:28 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/7a1e2113-4e5b-410a-9d85-a2a6fe025178 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/8c17b384-d89e-41c8-9919-ef0a6a6a6842 Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1659,38 +1655,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f008a82f-3116-4d99-832b-7a0188562be6 + - 551f72d4-e7ac-49c1-a527-d6395a25de75 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", + body: '{"server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-great-ride", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", + "volumes": {"0": {"boot": false, "id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", - "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": + "server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:04:28.734076+00:00", + "modification_date": "2025-01-08T15:04:28.734076+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "", "public_ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, - "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}, + "public_ips": [{"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], - "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}], + "mac_address": "de:00:00:8c:45:d1", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": - "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:04:28.734076+00:00", "modification_date": + "2025-01-08T15:04:28.734076+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1703,47 +1699,47 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", + body: '{"server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-great-ride", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", + "volumes": {"0": {"boot": false, "id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", - "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": + "server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:04:28.734076+00:00", + "modification_date": "2025-01-08T15:04:28.734076+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "", "public_ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, - "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}, + "public_ips": [{"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], - "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}], + "mac_address": "de:00:00:8c:45:d1", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": - "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:04:28.734076+00:00", "modification_date": + "2025-01-08T15:04:28.734076+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2643" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:38 GMT + - Wed, 08 Jan 2025 15:04:29 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4daf923-c6f5-4c25-8fc7-da199b0cc5c3 Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1753,30 +1749,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dcd27452-4cb0-4dc7-b2a4-d7345fa41c2c + - a9e10fef-4edb-47e3-a90f-a467dd4aaa9d status: 201 Created code: 201 duration: "" - request: - body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"e31ed8fc-d16b-4c59-925a-a79fb24137b2", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:29.479112134Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", + "created_at":"2025-01-08T15:04:29.457657824Z", "updated_at":"2025-01-08T15:04:29.457657824Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1786,28 +1782,28 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566/backends method: POST response: - body: '{"id":"0230ed46-6ae1-4de4-8888-f08d7613fba8", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"e31ed8fc-d16b-4c59-925a-a79fb24137b2", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.184497484Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:29.479112134Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.160270172Z", "updated_at":"2025-01-08T14:26:39.160270172Z", + "created_at":"2025-01-08T15:04:29.457657824Z", "updated_at":"2025-01-08T15:04:29.457657824Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1819,7 +1815,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:39 GMT + - Wed, 08 Jan 2025 15:04:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1829,30 +1825,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d100f4d-1ca4-40ec-805a-ddc904a54964 + - bb6582ea-7db7-4549-8541-95544cb021ee status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:29.834508531Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", + "created_at":"2025-01-08T15:04:29.816953320Z", "updated_at":"2025-01-08T15:04:29.816953320Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1862,28 +1858,28 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566/backends method: POST response: - body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.465882195Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:29.834508531Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801464Z", "updated_at":"2025-01-08T14:26:39.440801464Z", + "created_at":"2025-01-08T15:04:29.816953320Z", "updated_at":"2025-01-08T15:04:29.816953320Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1895,7 +1891,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:39 GMT + - Wed, 08 Jan 2025 15:04:29 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1905,30 +1901,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2a4ebea-71d6-4ae0-9a5b-a8445ff5a903 + - 8e905a72-8ba5-4d4a-a545-2d4e44eb0092 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.158.69.226"], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.106591528Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", + "created_at":"2025-01-08T15:04:29.816953Z", "updated_at":"2025-01-08T15:04:30.086197660Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1938,28 +1934,28 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/0688290d-350e-43a1-8764-891e9caa737c/servers + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/2b369986-e5d4-4b43-ba94-9749c3ac9f4e/servers method: POST response: - body: '{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:39.688321054Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["51.158.69.226"], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.106591528Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667381910Z", + "created_at":"2025-01-08T15:04:29.816953Z", "updated_at":"2025-01-08T15:04:30.086197660Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1971,7 +1967,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:39 GMT + - Wed, 08 Jan 2025 15:04:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -1981,88 +1977,88 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3d29fa1-0843-4769-b22d-3cc89513a267 + - d01212f0-426e-4294-9780-2527eeb3edf0 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"74ecdb18-9276-47d5-a2c9-c0a7484d8726", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "tcp_config":{}}, "pool":["51.158.69.226"], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", + "created_at":"2025-01-08T15:04:29.816953Z", "updated_at":"2025-01-08T15:04:30.086198Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "timeout_queue":null}, "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.479087462Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", - "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T15:04:30.420697Z", + "updated_at":"2025-01-08T15:04:30.420697Z", "enable_http3":false}' form: {} headers: Content-Type: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/frontends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566/frontends method: POST response: - body: '{"id":"300171c7-9355-499b-989a-b25754c99ad9", "name":"cli-test", "inbound_port":8888, - "backend":{"id":"0688290d-350e-43a1-8764-891e9caa737c", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"74ecdb18-9276-47d5-a2c9-c0a7484d8726", "name":"cli-test", "inbound_port":8888, + "backend":{"id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "name":"cli-test", "forward_protocol":"tcp", "forward_port":81, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.67.101"], "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", + "tcp_config":{}}, "pool":["51.158.69.226"], "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:26:39.440801Z", "updated_at":"2025-01-08T14:26:39.667382Z", + "created_at":"2025-01-08T15:04:29.816953Z", "updated_at":"2025-01-08T15:04:30.086198Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, - "timeout_queue":null}, "lb":{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", - "description":"cli-test", "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"pending", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.094918831Z", "region":"fr-par", "zone":"fr-par-1"}], + "timeout_queue":null}, "lb":{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", + "description":"cli-test", "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.479087462Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, - "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T14:26:40.050813Z", - "updated_at":"2025-01-08T14:26:40.050813Z", "enable_http3":false}' + "timeout_client":300000, "certificate":null, "certificate_ids":[], "created_at":"2025-01-08T15:04:30.420697Z", + "updated_at":"2025-01-08T15:04:30.420697Z", "enable_http3":false}' headers: Content-Length: - "3143" @@ -2071,7 +2067,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:40 GMT + - Wed, 08 Jan 2025 15:04:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2081,24 +2077,24 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54776ed7-a169-4af7-9f07-ee7deeda7bef + - 06d24913-2fc0-4003-ab94-899766758d36 status: 200 OK code: 200 duration: "" - request: - body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", - "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", - "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"32f7fe6f-a011-4153-a285-f89b5cca32f1", + "backend_id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "ip":"51.158.69.226", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T15:04:34Z", "last_health_check_status":"unknown"}]}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10/stats + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566/stats method: GET response: - body: '{"backend_servers_stats":[{"instance_id":"fa01810e-81fd-4250-b3a8-1a5e37bef3c6", - "backend_id":"0688290d-350e-43a1-8764-891e9caa737c", "ip":"51.158.67.101", "server_state":"stopped", - "server_state_changed_at":"2025-01-08T14:26:44Z", "last_health_check_status":"unknown"}]}' + body: '{"backend_servers_stats":[{"instance_id":"32f7fe6f-a011-4153-a285-f89b5cca32f1", + "backend_id":"2b369986-e5d4-4b43-ba94-9749c3ac9f4e", "ip":"51.158.69.226", "server_state":"stopped", + "server_state_changed_at":"2025-01-08T15:04:34Z", "last_health_check_status":"unknown"}]}' headers: Content-Length: - "271" @@ -2107,7 +2103,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:50 GMT + - Wed, 08 Jan 2025 15:04:40 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2117,41 +2113,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d19a491c-5304-4d1b-8fad-572cf7c4799c + - 1b31930b-b7d3-4ed1-9365-5f0eebcf6167 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.835920Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.835920Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:37.097449Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:26.684003Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2161,7 +2157,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:50 GMT + - Wed, 08 Jan 2025 15:04:40 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2171,7 +2167,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3b3dfd71-9789-4164-b957-afac2b7b58ab + - 665d419e-570c-4006-89b2-4bb587c281b5 status: 200 OK code: 200 duration: "" @@ -2181,7 +2177,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566?release_ip=false method: DELETE response: body: "" @@ -2191,7 +2187,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:50 GMT + - Wed, 08 Jan 2025 15:04:41 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2201,41 +2197,41 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b49b062c-9620-4600-bdd0-4d7c74d6b3cb + - a922a218-8eac-4ec3-aa56-80cd3282f6f4 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.835920Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:40.843996Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: - body: '{"id":"99f2368b-c8be-4004-b037-35ec89453b10", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"ebbf4051-371f-4b34-a588-d9abe3e24e98", - "status":"ready", "ip_address":"", "created_at":"2025-01-06T08:50:07.722929Z", - "updated_at":"2025-01-08T14:26:40.448258Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"62a5efac-dc88-4236-b8b1-19317a40e566", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"1ec3832f-2b98-476a-ab6c-242a47931949", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T14:58:19.896154Z", + "updated_at":"2025-01-08T15:04:30.835920Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"573dbdad-7bc3-4f0c-85df-b68b06e52b14", "ip_address":"51.159.24.8", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"99f2368b-c8be-4004-b037-35ec89453b10", "reverse":"51-159-24-8.lb.fr-par.scw.cloud", + "lb_id":"62a5efac-dc88-4236-b8b1-19317a40e566", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":1, "backend_count":2, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:26:33.223263Z", "updated_at":"2025-01-08T14:26:50.538191Z", + "created_at":"2025-01-08T15:04:23.052423Z", "updated_at":"2025-01-08T15:04:40.843996Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: @@ -2245,7 +2241,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:50 GMT + - Wed, 08 Jan 2025 15:04:41 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2255,7 +2251,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cfa1cbad-c86e-4a11-894b-7d97aea66faf + - be149dc1-3376-4f84-bc49-190711dc748e status: 200 OK code: 200 duration: "" @@ -2265,7 +2261,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/99f2368b-c8be-4004-b037-35ec89453b10 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/62a5efac-dc88-4236-b8b1-19317a40e566 method: GET response: body: '{"message":"lbs not Found"}' @@ -2277,7 +2273,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:52 GMT + - Wed, 08 Jan 2025 15:04:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2287,38 +2283,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 32412fd1-d0d7-4a3f-96ef-47bd11e43b5d + - e51547d0-4410-4a14-9c7c-dfbd3a970070 status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", + body: '{"server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-great-ride", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", + "volumes": {"0": {"boot": false, "id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", - "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": + "server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:04:28.734076+00:00", + "modification_date": "2025-01-08T15:04:28.734076+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "", "public_ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, - "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}, + "public_ips": [{"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], - "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}], + "mac_address": "de:00:00:8c:45:d1", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": - "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:04:28.734076+00:00", "modification_date": + "2025-01-08T15:04:28.734076+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -2326,48 +2322,48 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4daf923-c6f5-4c25-8fc7-da199b0cc5c3 method: GET response: - body: '{"server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac", + body: '{"server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-vigilant-dirac", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-great-ride", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "715e1e27-a560-4c51-8a84-c7373271559d", + "volumes": {"0": {"boot": false, "id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "27b200b3-de93-4717-ac30-8955692a8ddd", "name": "cli-srv-vigilant-dirac"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:26:38.677666+00:00", - "modification_date": "2025-01-08T14:26:38.677666+00:00", "tags": [], "zone": + "server": {"id": "a4daf923-c6f5-4c25-8fc7-da199b0cc5c3", "name": "cli-srv-great-ride"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:04:28.734076+00:00", + "modification_date": "2025-01-08T15:04:28.734076+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "", "public_ip": {"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}, - "public_ips": [{"id": "7a1e2113-4e5b-410a-9d85-a2a6fe025178", "address": "51.158.67.101", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}, + "public_ips": [{"id": "8c17b384-d89e-41c8-9919-ef0a6a6a6842", "address": "51.158.69.226", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "20c53b96-48eb-489b-be16-64a980c6a7f2"}], - "mac_address": "de:00:00:8c:43:8b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "35cc171c-b358-4c7b-a711-bc74b3c916b0"}], + "mac_address": "de:00:00:8c:45:d1", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:26:38.677666+00:00", "modification_date": - "2025-01-08T14:26:38.677666+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:04:28.734076+00:00", "modification_date": + "2025-01-08T15:04:28.734076+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2643" + - "2631" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:52 GMT + - Wed, 08 Jan 2025 15:04:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2377,7 +2373,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7f3d6bee-f7c3-4667-88ea-2c2f1bbf6ee2 + - 7bda02e9-e91a-477e-88d5-f5afe31b502e status: 200 OK code: 200 duration: "" @@ -2387,7 +2383,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/27b200b3-de93-4717-ac30-8955692a8ddd + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/a4daf923-c6f5-4c25-8fc7-da199b0cc5c3 method: DELETE response: body: "" @@ -2397,7 +2393,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:52 GMT + - Wed, 08 Jan 2025 15:04:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2407,17 +2403,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c06c84b0-d5d7-4534-ba2e-18d346d325f1 + - 59d7ef3e-ede9-4ac5-87f3-14b621d4f175 status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T15:04:28.734076+00:00", "modification_date": "2025-01-08T15:04:43.269153+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6 + method: GET + response: + body: '{"volume": {"id": "0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T15:04:28.734076+00:00", "modification_date": "2025-01-08T15:04:43.269153+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "446" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 15:04:43 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge02) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e6724e7f-4c67-484a-9c24-628f432279e8 + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/715e1e27-a560-4c51-8a84-c7373271559d + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0a63e57a-cf85-4f16-82a5-d8cf2a9f1ac6 method: DELETE response: body: "" @@ -2427,7 +2465,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:53 GMT + - Wed, 08 Jan 2025 15:04:43 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2437,7 +2475,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f2e7ee1d-3f06-436b-a672-20ffffcae671 + - 6079f2c7-ac4f-4780-8d30-e0d42ab33344 status: 204 No Content code: 204 duration: "" @@ -2447,7 +2485,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/573dbdad-7bc3-4f0c-85df-b68b06e52b14 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -2457,7 +2495,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:26:53 GMT + - Wed, 08 Jan 2025 15:04:44 GMT Server: - Scaleway API Gateway (fr-par-3;edge02) Strict-Transport-Security: @@ -2467,7 +2505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5338906-c9c3-4b5b-abdb-f5b41a447d0b + - 110d2616-4ee9-4c41-99c0-f11efc5dd57f status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden index f7fadc98aa..22808d91b0 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-stats-simple.golden @@ -2,16 +2,16 @@ 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ Backends Statistics: INSTANCE ID BACKEND ID IP SERVER STATE SERVER STATE CHANGED AT LAST HEALTH CHECK STATUS -fa01810e-81fd-4250-b3a8-1a5e37bef3c6 0688290d-350e-43a1-8764-891e9caa737c 51.158.67.101 stopped few seconds ago unknown +32f7fe6f-a011-4153-a285-f89b5cca32f1 2b369986-e5d4-4b43-ba94-9749c3ac9f4e 51.158.69.226 stopped few seconds ago unknown 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { "backend_servers_stats": [ { - "instance_id": "fa01810e-81fd-4250-b3a8-1a5e37bef3c6", - "backend_id": "0688290d-350e-43a1-8764-891e9caa737c", - "ip": "51.158.67.101", + "instance_id": "32f7fe6f-a011-4153-a285-f89b5cca32f1", + "backend_id": "2b369986-e5d4-4b43-ba94-9749c3ac9f4e", + "ip": "51.158.69.226", "server_state": "stopped", - "server_state_changed_at": "2025-01-08T14:26:44Z", + "server_state_changed_at": "2025-01-08T15:04:34Z", "last_health_check_status": "unknown" } ] From ddb8270df4663bdbf37052e24c233af003e658dc Mon Sep 17 00:00:00 2001 From: Yacine FODIL Date: Wed, 8 Jan 2025 16:08:07 +0100 Subject: [PATCH 5/5] last --- .../test-get-backend-simple.cassette.yaml | 586 ++++++++++-------- .../testdata/test-get-backend-simple.golden | 28 +- 2 files changed, 328 insertions(+), 286 deletions(-) diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml index 99f6bdc570..56ceab9803 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.cassette.yaml @@ -2,16 +2,16 @@ version: 1 interactions: - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:07:30.153313420Z", + "updated_at":"2025-01-08T15:07:30.153313420Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: Content-Type: @@ -21,25 +21,25 @@ interactions: url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs method: POST response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481382Z", "updated_at":"2025-01-08T14:21:09.428481382Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:07:30.153313420Z", + "updated_at":"2025-01-08T15:07:30.153313420Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "904" + - "900" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:09 GMT + - Wed, 08 Jan 2025 15:07:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -49,47 +49,47 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c1a54006-8fc4-4954-8c8a-72d1b9a6983f + - d7ac9084-27da-4a7f-b65d-152563ae288e status: 200 OK code: 200 duration: "" - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:07:30.153313Z", + "updated_at":"2025-01-08T15:07:30.153313Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", "status":"to_create", "instances":[], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address":"51.159.25.215", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "reverse":"51-159-25-215.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", - "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", - "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.428481Z", - "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], + "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, + "ssl_compatibility_level":"ssl_compatibility_level_intermediate", "created_at":"2025-01-08T15:07:30.153313Z", + "updated_at":"2025-01-08T15:07:30.153313Z", "private_network_count":0, "route_count":0, + "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "898" + - "894" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:09 GMT + - Wed, 08 Jan 2025 15:07:30 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -99,51 +99,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94487ddf-9a73-49c6-aa6a-1256b83e02a5 + - 933a1088-9c79-4d79-9f1f-782c759da5a7 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:32.228819Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:30.470019Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"creating", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"creating", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:32.228819Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:09.728228Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:30.470019Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1103" + - "1099" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:11 GMT + - Wed, 08 Jan 2025 15:07:32 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -153,51 +153,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e4b6e978-4d2c-49ce-9910-ac24c38a637d + - 57cb8484-fa4f-47ba-961e-38e3b8eff2e0 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:32.228819Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:11.678814Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:32.228819Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":0, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:13 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -207,7 +207,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d27518d6-70a4-4507-9ee5-d1aaed8f5c9e + - 3fb09978-0e18-47e7-aef2-3734fa83ab06 status: 200 OK code: 200 duration: "" @@ -1129,7 +1129,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:13 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Link: - ; rel="next",; rel="last" @@ -1142,7 +1142,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 79f7bdfe-82a0-4e0b-930b-a2290ea614b1 + - f6135b27-e4cc-4d4e-8a70-e8dbdf6a9474 X-Total-Count: - "68" status: 200 OK @@ -1492,7 +1492,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:13 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Link: - ; rel="first",; rel="previous",; rel="last" @@ -1505,7 +1505,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 12a52498-2143-444a-b36c-574b638be316 + - 554a5a2d-5b22-4169-a60c-95736067b505 X-Total-Count: - "68" status: 200 OK @@ -1559,7 +1559,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:13 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1569,7 +1569,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b99fd12-dcd0-4aee-a9c5-c117175794b7 + - 483fe0cf-99cf-401f-a90f-fc24445f97cf status: 200 OK code: 200 duration: "" @@ -1603,7 +1603,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:13 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1613,15 +1613,15 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0359cdd-8299-45d5-b97b-bad213994747 + - 07da8ca4-e66b-4bb5-bd2b-bac3eaeac5f0 status: 200 OK code: 200 duration: "" - request: - body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + body: '{"ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}}' form: {} headers: Content-Type: @@ -1631,21 +1631,21 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/ips method: POST response: - body: '{"ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + body: '{"ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "prefix": null, "reverse": null, "server": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "zone": "fr-par-1", "type": - "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}}' + "routed_ipv4", "state": "detached", "tags": [], "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}}' headers: Content-Length: - - "365" + - "367" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:14 GMT + - Wed, 08 Jan 2025 15:07:34 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/f05542a3-9f0f-4c1a-8e87-0666ce026705 + - https://api.scaleway.com/instance/v1/zones/fr-par-1/ips/0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1655,38 +1655,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ccbdf13-f306-4cf0-b62f-f8205ccd5732 + - 9cde1fdf-3e69-44d3-a293-a4e1721ab942 status: 201 Created code: 201 duration: "" - request: - body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", + body: '{"server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-dreamy-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", + "volumes": {"0": {"boot": false, "id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", - "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": + "server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:07:35.651523+00:00", + "modification_date": "2025-01-08T15:07:35.651523+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "", "public_ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, - "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}, + "public_ips": [{"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], - "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}], + "mac_address": "de:00:00:8c:45:ed", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": - "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:07:35.651523+00:00", "modification_date": + "2025-01-08T15:07:35.651523+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -1699,47 +1699,47 @@ interactions: url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers method: POST response: - body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", + body: '{"server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-dreamy-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", + "volumes": {"0": {"boot": false, "id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", - "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": + "server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:07:35.651523+00:00", + "modification_date": "2025-01-08T15:07:35.651523+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "", "public_ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, - "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}, + "public_ips": [{"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], - "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}], + "mac_address": "de:00:00:8c:45:ed", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": - "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:07:35.651523+00:00", "modification_date": + "2025-01-08T15:07:35.651523+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2664" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:15 GMT + - Wed, 08 Jan 2025 15:07:35 GMT Location: - - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c + - https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1749,30 +1749,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1be96fc7-f9c4-4367-b79c-a7e3443434c9 + - 6e471036-9529-4338-a202-cbb9cf0a1cbe status: 201 Created code: 201 duration: "" - request: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.281788934Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", + "created_at":"2025-01-08T15:07:36.266309023Z", "updated_at":"2025-01-08T15:07:36.266309023Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1782,40 +1782,40 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1/backends + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e/backends method: POST response: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":[], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:15.818393672Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":[], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.281788934Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792123809Z", "updated_at":"2025-01-08T14:21:15.792123809Z", + "created_at":"2025-01-08T15:07:36.266309023Z", "updated_at":"2025-01-08T15:07:36.266309023Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1967" + - "1963" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:15 GMT + - Wed, 08 Jan 2025 15:07:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1825,30 +1825,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65070a95-f970-4f72-9864-865a7605f805 + - 30ba348e-b5a2-41d4-b7c5-db5f52c668ba status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["163.172.174.195"], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.496296571Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", + "created_at":"2025-01-08T15:07:36.266309Z", "updated_at":"2025-01-08T15:07:36.483235286Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1858,40 +1858,40 @@ interactions: - application/json User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98/servers + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/fca37880-a372-4bcf-abb0-2662c05d9875/servers method: POST response: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"pending", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.084490200Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["163.172.174.195"], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"pending", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.496296571Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941065Z", + "created_at":"2025-01-08T15:07:36.266309Z", "updated_at":"2025-01-08T15:07:36.483235286Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1979" + - "1977" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:16 GMT + - Wed, 08 Jan 2025 15:07:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1901,30 +1901,30 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 43b81a94-ce56-44e5-b05f-d24f73391fc2 + - 4b8075a5-2061-47a5-91cc-41fe2c262fb5 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["163.172.174.195"], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.594417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", + "created_at":"2025-01-08T15:07:36.266309Z", "updated_at":"2025-01-08T15:07:36.483235Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' @@ -1932,40 +1932,40 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/4fa6bac4-eb88-433f-a694-5990dd0e3d98 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/backends/fca37880-a372-4bcf-abb0-2662c05d9875 method: GET response: - body: '{"id":"4fa6bac4-eb88-433f-a694-5990dd0e3d98", "name":"cli-test", "forward_protocol":"tcp", + body: '{"id":"fca37880-a372-4bcf-abb0-2662c05d9875", "name":"cli-test", "forward_protocol":"tcp", "forward_port":80, "forward_port_algorithm":"roundrobin", "sticky_sessions":"none", "sticky_sessions_cookie_name":"", "health_check":{"port":8888, "check_delay":3000, "check_timeout":1000, "check_max_retries":5, "check_send_proxy":false, "transient_check_delay":"0.500s", - "tcp_config":{}}, "pool":["51.158.97.213"], "lb":{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", - "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + "tcp_config":{}}, "pool":["163.172.174.195"], "lb":{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", + "name":"cli-test", "description":"cli-test", "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.594417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}, "send_proxy_v2":false, "timeout_server":300000, "timeout_connect":5000, "timeout_tunnel":900000, "on_marked_down_action":"on_marked_down_action_none", "proxy_protocol":"proxy_protocol_unknown", - "created_at":"2025-01-08T14:21:15.792124Z", "updated_at":"2025-01-08T14:21:16.065941Z", + "created_at":"2025-01-08T15:07:36.266309Z", "updated_at":"2025-01-08T15:07:36.483235Z", "failover_host":null, "ssl_bridging":false, "ignore_ssl_server_verify":null, "redispatch_attempt_count":null, "max_retries":null, "max_connections":null, "timeout_queue":null}' headers: Content-Length: - - "1971" + - "1969" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:16 GMT + - Wed, 08 Jan 2025 15:07:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -1975,51 +1975,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82ad60aa-4995-44fa-88de-36cb8ec21bd4 + - a4087cec-45eb-4ccd-aff2-3a6093db5072 status: 200 OK code: 200 duration: "" - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.594417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"ready", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.156761Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"ready", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.594417Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:13.334504Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:33.535133Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1100" + - "1096" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:16 GMT + - Wed, 08 Jan 2025 15:07:36 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2029,7 +2029,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1d5ccc1e-1eea-403e-905c-290408e9311a + - e6fbc90b-586a-43dc-9d07-be891938c285 status: 200 OK code: 200 duration: "" @@ -2039,7 +2039,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1?release_ip=false + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e?release_ip=false method: DELETE response: body: "" @@ -2049,7 +2049,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:16 GMT + - Wed, 08 Jan 2025 15:07:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2059,51 +2059,51 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 295284e0-4373-455b-9ff1-d26528de279f + - 69600797-a9da-4752-a91d-b36fc3493466 status: 204 No Content code: 204 duration: "" - request: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.816605Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:36.858429Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: - body: '{"id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "name":"cli-test", "description":"cli-test", - "status":"to_delete", "instances":[{"id":"2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", - "status":"ready", "ip_address":"", "created_at":"2025-01-08T13:34:07.596439Z", - "updated_at":"2025-01-08T14:21:16.363501Z", "region":"fr-par", "zone":"fr-par-1"}], + body: '{"id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "name":"cli-test", "description":"cli-test", + "status":"to_delete", "instances":[{"id":"86650cf5-e047-4d8d-857c-0230c4d4b894", + "status":"ready", "ip_address":"", "created_at":"2025-01-08T15:04:30.210909Z", + "updated_at":"2025-01-08T15:07:36.816605Z", "region":"fr-par", "zone":"fr-par-1"}], "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "ip":[{"id":"10f0e543-9cf1-4fcc-b939-c9ec675c01db", "ip_address":"51.159.25.215", + "ip":[{"id":"aec77bc5-fcad-4fe8-83d8-5057100d8937", "ip_address":"51.159.9.37", "organization_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id":"564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id":"181036c6-e06a-4f79-9ff8-861413fc12d1", "reverse":"51-159-25-215.lb.fr-par.scw.cloud", + "lb_id":"4380aa12-5e59-4727-af3b-ef1d4faf783e", "reverse":"51-159-9-37.lb.fr-par.scw.cloud", "tags":[], "region":"fr-par", "zone":"fr-par-1"}], "tags":[], "frontend_count":0, "backend_count":1, "type":"lb-s", "subscriber":null, "ssl_compatibility_level":"ssl_compatibility_level_intermediate", - "created_at":"2025-01-08T14:21:09.428481Z", "updated_at":"2025-01-08T14:21:16.423303Z", + "created_at":"2025-01-08T15:07:30.153313Z", "updated_at":"2025-01-08T15:07:36.858429Z", "private_network_count":0, "route_count":0, "region":"fr-par", "zone":"fr-par-1"}' headers: Content-Length: - - "1104" + - "1100" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:16 GMT + - Wed, 08 Jan 2025 15:07:37 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2113,7 +2113,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6ae8bfd7-5c06-4907-9490-f839bdb636f6 + - d310fe14-3d4b-4b22-b65b-2959159072d6 status: 200 OK code: 200 duration: "" @@ -2123,7 +2123,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/181036c6-e06a-4f79-9ff8-861413fc12d1 + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/lbs/4380aa12-5e59-4727-af3b-ef1d4faf783e method: GET response: body: '{"message":"lbs not Found"}' @@ -2135,7 +2135,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:18 GMT + - Wed, 08 Jan 2025 15:07:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2145,38 +2145,38 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1160f26-91d3-4032-a211-e896835b33ff + - 540fe228-a8ca-4537-8bdd-466c7269856a status: 404 Not Found code: 404 duration: "" - request: - body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", + body: '{"server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-dreamy-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", + "volumes": {"0": {"boot": false, "id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", - "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": + "server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:07:35.651523+00:00", + "modification_date": "2025-01-08T15:07:35.651523+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "", "public_ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, - "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}, + "public_ips": [{"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], - "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}], + "mac_address": "de:00:00:8c:45:ed", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": - "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:07:35.651523+00:00", "modification_date": + "2025-01-08T15:07:35.651523+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' @@ -2184,48 +2184,48 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd method: GET response: - body: '{"server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto", + body: '{"server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider", "arch": "x86_64", "commercial_type": "DEV1-S", "boot_type": "local", "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "hostname": "cli-srv-xenodochial-matsumoto", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", + "hostname": "cli-srv-dreamy-greider", "image": {"id": "5dbc71d9-cb05-4a0c-853d-0ba7a14d9c45", "name": "Ubuntu 20.04 Focal Fossa", "organization": "51b656e3-4865-41e8-adbc-0c45bdd780db", "project": "51b656e3-4865-41e8-adbc-0c45bdd780db", "root_volume": {"id": "781c70f1-db12-4aa7-a697-839e030ebfca", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "unified", "size": 10000000000}, "extra_volumes": {}, "public": true, "arch": "x86_64", "creation_date": "2024-10-14T09:05:44.425699+00:00", "modification_date": "2024-10-14T09:05:44.425699+00:00", "default_bootscript": null, "from_server": "", "state": "available", "tags": [], "zone": "fr-par-1"}, - "volumes": {"0": {"boot": false, "id": "0417787f-b3e7-4c92-93b5-a4f395e760ff", + "volumes": {"0": {"boot": false, "id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "server": {"id": "d1754293-bfbb-4295-af73-b138e192bd6c", "name": "cli-srv-xenodochial-matsumoto"}, - "size": 20000000000, "state": "available", "creation_date": "2025-01-08T14:21:15.170213+00:00", - "modification_date": "2025-01-08T14:21:15.170213+00:00", "tags": [], "zone": + "server": {"id": "95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd", "name": "cli-srv-dreamy-greider"}, + "size": 20000000000, "state": "available", "creation_date": "2025-01-08T15:07:35.651523+00:00", + "modification_date": "2025-01-08T15:07:35.651523+00:00", "tags": [], "zone": "fr-par-1"}}, "tags": [], "state": "stopped", "protected": false, "state_detail": - "", "public_ip": {"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "", "public_ip": {"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}, - "public_ips": [{"id": "f05542a3-9f0f-4c1a-8e87-0666ce026705", "address": "51.158.97.213", + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}, + "public_ips": [{"id": "0fa8f332-c762-4c3c-ab8d-8a5462f6c7bd", "address": "163.172.174.195", "dynamic": false, "gateway": "62.210.0.1", "netmask": "32", "family": "inet", - "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "0622df3c-23ac-4d8d-9a61-ef4d5a2417dc"}], - "mac_address": "de:00:00:8c:43:3b", "routed_ip_enabled": true, "ipv6": null, + "provisioning_mode": "dhcp", "tags": [], "state": "attached", "ipam_id": "c5f64e99-278d-4769-8c8b-81a28816bab9"}], + "mac_address": "de:00:00:8c:45:ed", "routed_ip_enabled": true, "ipv6": null, "extra_networks": [], "dynamic_ip_required": true, "enable_ipv6": false, "private_ip": - null, "creation_date": "2025-01-08T14:21:15.170213+00:00", "modification_date": - "2025-01-08T14:21:15.170213+00:00", "bootscript": null, "security_group": {"id": + null, "creation_date": "2025-01-08T15:07:35.651523+00:00", "modification_date": + "2025-01-08T15:07:35.651523+00:00", "bootscript": null, "security_group": {"id": "97cc3c6c-f528-4192-a733-1b98c17c3e1d", "name": "Default security group"}, "location": null, "maintenances": [], "allowed_actions": ["poweron", "backup"], "placement_group": null, "private_nics": [], "zone": "fr-par-1"}}' headers: Content-Length: - - "2664" + - "2647" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:18 GMT + - Wed, 08 Jan 2025 15:07:38 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2235,7 +2235,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0011dad-4e94-4ad4-a05c-eec98bd12aa4 + - a48bbeef-27f6-41da-a42a-280b8125b81e status: 200 OK code: 200 duration: "" @@ -2245,7 +2245,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/d1754293-bfbb-4295-af73-b138e192bd6c + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/servers/95f246e4-b1c6-4e8d-9ff9-8cfa70afb7fd method: DELETE response: body: "" @@ -2255,7 +2255,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:18 GMT + - Wed, 08 Jan 2025 15:07:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2265,17 +2265,59 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 20d819b0-f4d5-4261-b46d-b85135943219 + - a091e816-e7af-42a9-9e7e-8d32486cdb1b status: 204 No Content code: 204 duration: "" +- request: + body: '{"volume": {"id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T15:07:35.651523+00:00", "modification_date": "2025-01-08T15:07:39.219352+00:00", + "tags": [], "zone": "fr-par-1"}}' + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/10d851c0-30f1-4775-9ede-37982005cd28 + method: GET + response: + body: '{"volume": {"id": "10d851c0-30f1-4775-9ede-37982005cd28", "name": "Ubuntu + 20.04 Focal Fossa", "volume_type": "l_ssd", "export_uri": null, "organization": + "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", + "server": null, "size": 20000000000, "state": "available", "creation_date": + "2025-01-08T15:07:35.651523+00:00", "modification_date": "2025-01-08T15:07:39.219352+00:00", + "tags": [], "zone": "fr-par-1"}}' + headers: + Content-Length: + - "446" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Wed, 08 Jan 2025 15:07:39 GMT + Server: + - Scaleway API Gateway (fr-par-3;edge01) + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b62c1f5a-62ab-4547-902b-198602488e4a + status: 200 OK + code: 200 + duration: "" - request: body: "" form: {} headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/0417787f-b3e7-4c92-93b5-a4f395e760ff + url: https://api.scaleway.com/instance/v1/zones/fr-par-1/volumes/10d851c0-30f1-4775-9ede-37982005cd28 method: DELETE response: body: "" @@ -2285,7 +2327,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:18 GMT + - Wed, 08 Jan 2025 15:07:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2295,7 +2337,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0316db1-948b-4ebc-b76f-5d98a50614c3 + - f7cde57f-dac6-40c3-9909-3f6b74d09c6b status: 204 No Content code: 204 duration: "" @@ -2305,7 +2347,7 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.7+dev (go1.23.4; darwin; amd64) cli-e2e-test - url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/10f0e543-9cf1-4fcc-b939-c9ec675c01db + url: https://api.scaleway.com/lb/v1/zones/fr-par-1/ips/aec77bc5-fcad-4fe8-83d8-5057100d8937 method: DELETE response: body: "" @@ -2315,7 +2357,7 @@ interactions: Content-Type: - application/json Date: - - Wed, 08 Jan 2025 14:21:19 GMT + - Wed, 08 Jan 2025 15:07:39 GMT Server: - Scaleway API Gateway (fr-par-3;edge01) Strict-Transport-Security: @@ -2325,7 +2367,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 064930b9-0443-494a-83b1-706a98862d41 + - d02d3a5d-b5fb-4725-bc6e-519e13278ab6 status: 204 No Content code: 204 duration: "" diff --git a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden index b762894a03..a57df6e3f0 100644 --- a/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden +++ b/internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 🟩🟩🟩 STDOUT️ 🟩🟩🟩️ -ID 4fa6bac4-eb88-433f-a694-5990dd0e3d98 +ID fca37880-a372-4bcf-abb0-2662c05d9875 Name cli-test ForwardProtocol tcp ForwardPort 80 @@ -26,10 +26,10 @@ CheckSendProxy false TransientCheckDelay 500000000 nanoseconds Pool: -[51.158.97.213] +[163.172.174.195] Lb: -ID 181036c6-e06a-4f79-9ff8-861413fc12d1 +ID 4380aa12-5e59-4727-af3b-ef1d4faf783e Name cli-test Description cli-test Status ready @@ -47,15 +47,15 @@ Region fr-par Zone fr-par-1 IPs: -ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE -10f0e543-9cf1-4fcc-b939-c9ec675c01db 51.159.25.215 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 181036c6-e06a-4f79-9ff8-861413fc12d1 51-159-25-215.lb.fr-par.scw.cloud [] fr-par fr-par-1 +ID IP ADDRESS ORGANIZATION ID PROJECT ID LB ID REVERSE TAGS REGION ZONE +aec77bc5-fcad-4fe8-83d8-5057100d8937 51.159.9.37 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5 4380aa12-5e59-4727-af3b-ef1d4faf783e 51-159-9-37.lb.fr-par.scw.cloud [] fr-par fr-par-1 LB Instances: ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE -2b1e5522-d60b-43b9-8c82-4d5ae6b7131f ready - few seconds ago few seconds ago fr-par fr-par-1 +86650cf5-e047-4d8d-857c-0230c4d4b894 ready - few seconds ago few seconds ago fr-par fr-par-1 🟩🟩🟩 JSON STDOUT 🟩🟩🟩 { - "id": "4fa6bac4-eb88-433f-a694-5990dd0e3d98", + "id": "fca37880-a372-4bcf-abb0-2662c05d9875", "name": "cli-test", "forward_protocol": "tcp", "forward_port": 80, @@ -72,16 +72,16 @@ ID STATUS IP ADDRESS CREATED AT UPDAT "check_timeout": 1000 }, "pool": [ - "51.158.97.213" + "163.172.174.195" ], "lb": { - "id": "181036c6-e06a-4f79-9ff8-861413fc12d1", + "id": "4380aa12-5e59-4727-af3b-ef1d4faf783e", "name": "cli-test", "description": "cli-test", "status": "ready", "instances": [ { - "id": "2b1e5522-d60b-43b9-8c82-4d5ae6b7131f", + "id": "86650cf5-e047-4d8d-857c-0230c4d4b894", "status": "ready", "ip_address": "", "created_at": "1970-01-01T00:00:00.0Z", @@ -94,12 +94,12 @@ ID STATUS IP ADDRESS CREATED AT UPDAT "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "ip": [ { - "id": "10f0e543-9cf1-4fcc-b939-c9ec675c01db", - "ip_address": "51.159.25.215", + "id": "aec77bc5-fcad-4fe8-83d8-5057100d8937", + "ip_address": "51.159.9.37", "organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", "project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5", - "lb_id": "181036c6-e06a-4f79-9ff8-861413fc12d1", - "reverse": "51-159-25-215.lb.fr-par.scw.cloud", + "lb_id": "4380aa12-5e59-4727-af3b-ef1d4faf783e", + "reverse": "51-159-9-37.lb.fr-par.scw.cloud", "tags": [], "region": "fr-par", "zone": "fr-par-1"